 

body { padding: 0; margin: 0; font-family: 'Roboto', sans-serif; background: #f8fafb; }


.owl-dot:focus { box-shadow: none; outline: none; }
input:focus, button:focus {
    outline: none;
    box-shadow: none;
}



header {
    height: 60px;
    background: #15a5de;
}
footer {
    height: 50px;
    background: #c3c3c3;
    border-top: 1px solid #adadad;
    text-align: center;
}
footer span {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 13px;
}




.title {
    font-size: 32px;
    color: #3e3e2b;
    font-weight: 500;
    margin-bottom: 8px;
}

.regSection {
    min-height: calc(100vh - 110px);
}
.regImg { width: 100%; padding-right: 35px; }
.regImg img { width: 100%; height: auto; }

.regContent {
    padding: 50px 0;
}
.regContent p {
    font-size: 15px;
    color: #bebebd;
    margin-bottom: 10px;
}
.regForm {
    margin-top: 12px;
    display: inline-block;
    width: 100%;
}

.formBox {
    padding: 10px 0;
    background: #edf2f5;
    border: 1px solid #edf2f5;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    height: 80px;
    position: relative;
    transition: .3s;
    margin-bottom: 20px;
}
.formBox .formIcon {
    display: inline-block;
    width: 80px;
    line-height: 65px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #919bb0;
    border-right: 1px solid #d5d9dc;
    margin-right: 5px;
    vertical-align: middle;
}
.formBox input {
    vertical-align: middle;
    height: 100%;
    width: calc(100% - 100px);
    border: none;
    background: transparent;
    color: #919bb0;
}

.formBox .placeText {
    position: absolute;
    left: 90px;
    top: 28px;
    display: inline-block;
    font-size: 16px;
    color: #919bb0;
    transition: .3s;
    cursor: text;
}


.inputFocusOn {
    border: 1px solid #15a5de;
    transition: .3s;
}
.inputFocusOn .formIcon {
    color: #15a5de;
}

.inputFocusOn .placeText {
    color: #15a5de;
    transform: translateY(-23px);
    font-size: 13px;
    transition: .3s;
}

.formBtnBox {
    padding: 10px 0 25px;
}
.formBtnBox .btn {
    display: inline-block;
    min-width: 150px;
    background: #eaeaea;
    color: #2f2f27;
    border-radius: 25px;
    margin-right: 8px;
    padding: 9px 10px;
    font-size: 15px;
}
.formBtnBox .btn:focus, .formBtnBox .btn:active, .formBtnBox .btn:visited {
    box-shadow: none;
    outline: none;
}  
.formBtnBox .submit { 
    background-image: linear-gradient(270deg, #0085d1 0%, #1fb3e3 100%); 
    color: #fff;
    transition: .3s;
}
.formBtnBox .submit:hover {
    background-image: linear-gradient(270deg, #1fb3e3 0%, #0085d1 100%);
    transition: .3s;
}



.joinWith {
    padding: 8px 0 0;
}
.joinWith a {
    display: inline-block;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    background: #fff;
    vertical-align: middle;
}
.joinWith .fb { background: #4e71a8; }
.joinWith .fb img { height: 25px; }
.joinWith .in { background: #0083a8; line-height: 52px; }
.joinWith .in img { width: 22px; }


