
.formbg {
    background: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.formbg .h3 {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 18px;
    color: #0d54a0;
    text-align: center;
}

.formbg .input {
    width: 100%;
    border-bottom: 1px solid #838383;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #5d5d5d;
    padding: 5px 0;
    margin-top: 10px;
}

.register-button {
    border-radius: 25px;
    background: #3cb86d;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    font-family: 'HelveticaNeueLTCom-Md';
    color: #fff;
    border: none;
    margin-top: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}

.know_more .register-button {
    color: #fff;
    text-decoration: none;
    padding: 5px 30px;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    margin-top: 0px;
}

.formp {
    font-size: 14px;
    color: #555555;
    text-align: center;
    padding: 12px 0 5px 0;
}

.seven-years {
    display: none;
}

.faded-div .text-center {
    margin: 0 auto;
    height: 25px;
}

.know_more {
    text-align: right !important;
    position: relative;
    top: -40px;
    right: 5px;
}

.know_more .sign-in {
    background-color: #0070b6;
}

@media only screen and (max-width: 640px) {
    .number-desk {
        display: none;
    }

    nav {
        width: 100% !important;
    }

    .number-mo {
        display: block;
    }
    
    .know_more 
    {
        text-align: center !important;
        position: relative;
        top: -40px;
        right: 0px;
    }
    
    .know_more_text
    {
        font-size: 12px !important;
    }
    
    .know_more .sign-in
    {
        margin-left: 5px !important;
    }
    
    .know_more .register-button
    {
        margin-left: 5px !important;
        padding: 5px 15px;
        font-size: 11px !important;
    }

}

@media only screen and (max-width: 360px) {
    .navbar-brand {
        padding: 7px;
    }

    .navbar-brand img {
        width: 90%;
    }

    .number-mo {
        padding: 15px 10px 0 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .select-banner {
        margin-top: 20%;
    }
}