body {
    font-family: 'Nunito', sans-serif;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease
}

.header-main-page {
    background: #f3f4f5;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
}

.top-div {
    background: url('../images/top_bg.png') no-repeat left;
    background-size: cover;
    padding: 40px 0;
    height: 720px;
    text-align: center;
}

.mobile-div {
    background: url('../images/phones_bg.png') no-repeat top center fixed;
    padding: 40px 0;
}
.mobile-div img{
    width:50%;
}
.btn-white {
    background: transparent;
    color: white;
    border: 1px solid #fff;
    padding: 10px 50px;
    margin-top: 40px;
    font-weight: 600;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.form-div {
    background: url('../images/2box_bg.png') no-repeat 85% 0;
    padding: 40px 0 100px;
    min-height: 370px;
}

.btn-white:hover {
    background: white;
    color: black;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.form-container {
    background: #fff;
    border-radius: 70px;
    box-shadow: 0 10px 10px #ccc;
    padding: 40px 80px;
    margin-top: -200px;
}

.form-container h1 {
    font-size: 30px;
    margin: 15px auto;
    color: #717171;
    font-weight: 400;
}

.form-container .form-control {
    box-shadow: none;
    border-radius: 15px;
    border-color: #e1e1e1;
    color: #333;
    font-weight: 600;
    height: 45px;
}

.form-container .form-control:hover, .form-container .form-control:focus {
    border-color: #6c80f3;
}

.purple-button {
    background: #6c80f3;
    color: #fff;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 13px;
}

.purple-button:hover {
    background: #6468D1;
}

.white-div {
    color: #717171;
    background: url('../images/info_bg.png') no-repeat top left;
    background-size: contain;
    padding: 40px 0;
}

.white-div h1 {
    font-size: 30px;
    margin: 20px auto;
    font-weight: 600;
}

.white-div p {
    font-size: 20px;
    margin: 40px auto;
    font-weight: 600;
}

.white-div p span {
    color: #203e66;
}

.social-icons a {
    border: 2px solid #717171;
    color: #717171;
    border-radius: 50%;
    font-size: 30px;
    padding: 5px;
    margin: 5px;
}

.social-icons a:hover {
    color: #3850b2;
    border-color: #3850b2;
}

.social-icons i {
    width: 40px;
}

.footer {
    background: #3850b2;
    color: white;
    font-weight: 600;
    padding: 30px 0;
}

.footer p {
    margin: 0;
}

.footer a {
    color: white;
    margin: 0 20px;
}

.footer-right {
    text-align: right;
}

.footer-left {
    text-align: left;
}

.registration-footer-text {
    text-align: center;
    padding: 25px 0;
    font-weight: 600;
    font-size: 16px;
    background: #E5E5E5;
    color: #464646;
}
.registration-footer-text p{
    margin:0;
}
.gradient-div{
    background:#374795 !important;
}
.form-group button{
    background:#374795 !important;
    border-color:#374795 !important;
}
header#top-header{
    height:auto !important;
}