 @font-face {
    font-family: "Barlow";
    src: url('fonts/Barlow-thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Barlow";
    src: url('fonts/Barlow-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Barlow";
    src: url('fonts/Barlow-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

main {
    display: flex;
    font-family: "Barlow";
    background-color: #EFF6FF;
}

.two-columns {
    display: flex;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}


.left-column {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.right-column {
    width: 680px;
    height: 1000px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #ffffff;
}

.main-pic {
    margin-top: 80px;
    margin-left: 100px;
    width: 760px;
    height: 1000px;
}

.logo {
    position: absolute;
    width: 137px;
    top: 125px;
    left: 153px;
    height: auto;
}

h1 {
    margin-top: 100px;
    margin-left: 75px;
    font-size: 30px;
    letter-spacing: -1.5;
    font-weight: normal;
    color: #7B8A92;
}

.h1-paragraph p {
    margin-left: 75px;
    font-size: 20px;
    font-style: normal;
    color: #96A5B1;
}

.facebook {
    position: relative;
}

.facebook-button {
    width: 245px;
    height: 42px;
    margin-top: 40px;
    margin-left: 75px;
    border: none;
    border-radius: 0px;    
    cursor: pointer;
    transition: 0.3s;
    font-family: "Barlow";
    font-size: 15px;
    font-style: normal;
    color: #ffffff;
    background-color: #255b9b;
}

.facebook-img {
    position: absolute;
    width: 20px;
    height: auto;
    right: 220px;
}

.linkedin {
    position: relative;
}

.linkedin-button {
    width: 245px;
    height: 42px;
    margin-top: 40px;
    margin-left: 40px;
    border: none;
    border-radius: 0px;     
    cursor: pointer;
    transition: 0.3s;
    font-family: "Barlow";
    font-size: 15px;
    font-style: normal;
    color: #ffffff;
    background-color: #0076b6;
}

.linkedin-img {
    position: absolute;
    width: 20px;
    height: auto;
    right: 207px;
}

.or p{
    position: relative;
    margin-top: 50px;
    margin-left: 330px;
    font-size: 14px;
    color: #AFAFAF;
}

.box-left {
    position: absolute;
    width: 108px;
    height: 1px;
    top: 430px;
    margin-left: 210px;
    background-color: #AFAFAF;
}
.box-right {
    position: absolute;
    width: 108px;
    height: 1px;
    top: 430px;
    margin-left: 360px;
    background-color: #AFAFAF;
}

.enter-form {
    margin-top: 50px;
}

.email, .phone {
    position: relative;
}

.email-input {
    width: 235px;
    height: 35px;
    margin-left: 75px;
    padding-top: 20px;
    padding-left: 5px;
    border: 1px solid #EEEEEE;
    background-color: transparent;
    font-family: "Barlow";
    font-size: 15px;
    font-style: normal;
}

.email-input:focus, .phone-input:focus {
    border-left: 2px solid #0076b6;
    outline: none;
}

.email-lable {
    position: absolute;
    margin-top: 6px;
    margin-left: 82px;
    font-family: "Barlow";
    font-size: 15px;
    font-style: normal;
    color: #AFAFAF;
}


.phone-input {
    position: absolute;
    width: 245px;
    height: 35px;
    margin-left: 35px;
    padding-top: 20px;
    padding-left: 5px;
    border: 1px solid #EEEEEE;
    background-color: transparent;
    font-family: "Barlow";
    font-size: 15px;
    font-style: normal;
}

.phone-lable {
    position: absolute;
    margin-top: 6px;
    margin-left: 45px;
    font-family: "Barlow";
    font-size: 15px;
    font-style: normal;
    color: #AFAFAF;
}

h2 {
    margin-top: 55px;
    margin-left: 75px;
    font-size: 22px;
    font-weight: normal;
    color: #7B8A92;
}

.h2-paragraph p {
    margin-left: 75px;
    font-size: 15px;
    font-style: normal;
    color: #96A5B1;
}

.radio-button {
    position: relative;
    margin-top: 50px;
    margin-left: 75px;
}

.radio-button label {
    cursor: pointer;
    margin-right: 30px;
    font-family: "Barlow";
    font-style: normal;
    font-size: 15px;
}

.radio-button input[type="radio"] {
    margin-right: 13px;
}

.radio-button span {
    position: relative;
    left: 3px;
    font-size: 12px;
    color: #96A5B1;
}

.radio-info {
    position: relative;
    width: 250px;
    margin-top: 40px;
    margin-left: 95px;
    border-radius: 1px;
    box-shadow: 0px 0px 5px 1px rgba(209, 209, 209, 0.2);
    font-size: 14px;
    font-style: normal;
    color: #96A5B1;
}

.tip-individual, .tip-business, .tip-ira, .tip-trust {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-left: 6px;
}

.tip-individual::before, .tip-business::before, .tip-ira::before, .tip-trust::before {
    position: absolute;
    content: "ⓘ";
    top: 4px;
    transform: translate(-50%, -50%);
    color: #96A5B1;
    font-size: 12px;
    font-weight: 400;
}

.tip-individual:hover p, .tip-business:hover p, .tip-ira:hover p, .tip-trust:hover p {
    display: block;
}

.tip-individual p, .tip-business p, .tip-ira p, .tip-trust p {
    display: none;
    position: absolute;
    width: 230px;
    height: 55px;
    padding: 5px 5px;
    margin-top: 25px;
    margin-left: 15px;
    border-radius: 5%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transform: translate(-50%,30%);
    z-index: 1000;
    font-family: "Barlow";
    font-size: 13px;
    font-weight: 100;
    background-color: #fff;
}

.checkbox {
    position: absolute;
    margin-top: 135px;
    margin-left: 75px;
    font-family: "Barlow";
    font-size: 13px;
    font-style: normal;
    color: #96A5B1;
}

.create-account {
    position: relative;
    width: 245px;
    height: 42px;
    margin-top: 210px;
    margin-left: 75px;
    border-radius: 5px;
    border: 1px solid #3698FB;
    background-color: #3698FB;
    font-family: "Barlow";
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
} 