a:hover{
    cursor: pointer;
}
button:hover{
    cursor: pointer;
}

.validation-info{
    position: fixed;
    top: 5px;
    right: 5px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border: 1px solid transparent;
    border-radius: .25rem;
    z-index: 1;
    padding: 0 10px;
}
.validation-info button {
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
    border-radius: 5px;
    color: red;
    border-color: red;
}
.validation-info ul{
    /* list-style-type:none; */
}
.validation-info li{
    padding: 5px 0px
}



@media only screen and (max-width: 767px) {
    .foot {
        display: none;
    }
body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    }
#container {
    position: relative;
    /* overflow-x: hidden; */
}
.topline {
    width: 100vw;
    height: 20vw;
    background-image: linear-gradient(#E6E6E6,white,white,white,#E6E6E6);
    box-shadow: 0vw 0vw 1vw 0vw #E8E8E8;
}
.logo {
    width: 45vw;
    margin-top: 5vw;
    margin-left: 7vw;
}
.signin {
    position: absolute;
    margin-left: 20vw;
    border: none;
    background-color: #AFC748;
    height: 8vw;
    width: 20vw;
    color: white;
    border-radius: 4vw;
    font-size: 3vw;
    font-weight: bold;
    margin-top: 7vw;
}
.headline {
    margin-left: 2vw;
    margin-top: 2vw;
    font-size: 4.6vw;
    width: 100vw;
    text-align: center;
}
    .yl {
        width: 25vw;
    }
.para {
    margin-left: 5vw;
    margin-top: 3vw;
    font-size: 3vw;
    width: 90vw;
    text-align: center;
    color: #707070;
    line-height: 6vw;
}
.illu4 {
    display: none;
    width: 30vw;
    margin-left: 7vw;
}
.right {
    position: absolute;
    margin-left: 5vw;
    margin-top: 0vw;
}
.signupform {
    width: 90vw;
}
input {
    padding-left: 1vw;
    color: #707070;
    border-radius: 3vw;
    border-color: #f0f0f0;
    width: 40vw;
    height: 6vw;
    margin-top: 5vw;
    margin-left: 2vw;
    font-size: 3vw;
}
.done {
    border: none;
    width: 83vw;
    height: 7vw;
    margin-left: 2vw;
    margin-top: 5vw;
    background-color: #AFC748;
    border-radius: 3vw;
    color: white;
    font-size: 3vw;
    font-weight: bold;
}
.ahaa {
    display: inline-block;
    color: #707070;
    font-size: 3vw;
    margin-top: 2vw;
    margin-left: 2.5vw;
}
.here {
    display: inline-block;
    color: #AFC748;
    font-weight: bold;
    margin-left: 2vw;
    font-size: 3vw;
}
.cir {
    position: absolute;
    background-color: #E6E6E6;
    opacity: .3;
    height: 80vw;
    width: 80vw;
    border-radius: 100vw;
    margin-top: -40vw;
    margin-left: 20vw;
    z-index: -10;
}
    .footres {
        width: 100vw;
        height: 158vw;
        background-color: #315792;
        margin-top: 100vw;
        color: white;
    }
    .footlogores {
        margin-top: 10vw;
        width: 60vw;
        margin-left: 20vw;
    }
    .footres ul {
        list-style: none;
        color: white;
        text-align: center;
        font-size: 3vw;
        margin-left: -15vw;
        line-height: 5vw;
    }
    .footres a{
        color: white;
        text-decoration: none;
    }
    .hhli {
        padding: 4vw;
        font-weight: bold;
    }
    .f {
        width: 10vw;
        position: absolute;
        margin-left: 34vw;
        margin-top: -7vw;
    }
    .t {
        width: 8.3vw;
        position: absolute;
        margin-left: 44.5vw;
        margin-top: -6.3vw;
    }
    .i {
        width: 10vw;
        position: absolute;
        margin-left: 53vw;
        margin-top: -7vw;
    }
    .disc {
        font-size: 2.25vw;
        margin-top: 7vw;
        width: 80vw;
        margin-left: 10vw;
        text-align: center;
    }
    .copy {
        font-size: 2.25vw;
        width: 80vw;
        margin-left: 10vw;
        text-align: center;
        font-weight: bold;
    }
}

@media only screen and (min-width: 768px) {
    .footres {
        display: none;
    }
body {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    overflow-x: hidden;
}
#container {
    position: relative;
}
.topline {
    width: 100vw;
    height: 5vw;
    background-image: linear-gradient(#E6E6E6,white,white,white,#E6E6E6);
    box-shadow: 0vw 0vw 1vw 0vw #E8E8E8;
}
.logo {
    width: 15vw;
    margin-top: .5vw;
    margin-left: 7vw;
}
.signin {
    position: absolute;
    margin-left: 40vw;
    border: none;
    background-color: #AFC748;
    height: 3vw;
    width: 10vw;
    color: white;
    border-radius: 4vw;
    font-size: 1.2vw;
    font-weight: bold;
    margin-top: 1vw;
}
.headline {
    margin-left: 7vw;
    margin-top: 2vw;
    font-size: 2vw;
    width: 50vw;
}
.para {
    margin-left: 7vw;
    margin-top: 3vw;
    font-size: 1.3vw;
    width: 40vw;
    color: #707070;
    line-height: 2vw;
}
.illu4 {
    width: 30vw;
    margin-left: 7vw;
}
.right {
    position: absolute;
    margin-left: 50vw;
    margin-top: -33vw;
}
.signupform {
    width: 40vw;
}
input {
    padding-left: 1vw;
    color: #707070;
    border-radius: 3vw;
    border-color: #f0f0f0;
    width: 17vw;
    height: 2vw;
    margin-top: 2vw;
    margin-left: 2vw;
    font-size: 1vw;
}
.done {
    border: none;
    width: 36.5vw;
    height: 2.5vw;
    margin-left: 2vw;
    margin-top: 1vw;
    background-color: #AFC748;
    border-radius: 3vw;
    color: white;
    font-size: 1vw;
    font-weight: bold;
}
.ahaa {
    display: inline-block;
    color: #707070;
    font-size: 1vw;
    margin-top: 2vw;
    margin-left: 2.6vw;
}
.here {
    display: inline-block;
    color: #AFC748;
    font-weight: bold;
    margin-left: 2vw;
    font-size: 1vw;
}
.cir {
    position: absolute;
    background-color: #E6E6E6;
    opacity: .3;
    height: 80vw;
    width: 80vw;
    border-radius: 100vw;
    margin-top: -90vw;
    margin-left: 40vw;
    z-index: -10;
}
.foot {
    position: absolute;
    background-color: #315792;
    width: 80vw;
    border-radius: 2vw 2vw 0vw 0vw;
    margin-left: 9vw;
    height: 30vw;
    margin-top: 10vw;
    color: white;
}
.footlogo {
    position: absolute;
    display: block;
    width: 15vw;
    margin-top: 5vw;
    margin-left: 8vw;
}
.foot ul {
    list-style: none;
    font-size: 1vw;
    display: inline-block;
    padding-left: 5vw;
    color: white;
    line-height: 2vw;
}
.foot a{
    color: white;
    text-decoration: none;
}
.uls {
    position: absolute;
    margin-left: 25vw;
    margin-top: 2vw;
}
.ulhead {
    font-weight: bold;
    margin-bottom: 1.5vw;
}
.fix {
    position: absolute;
    margin-top: -9.8vw;
    width: 15vw;
}
.f {
    position: absolute;
    width: 3vw;
    margin-top: 3vw;
    margin-left: -1.5vw;
}
.t {
    position: absolute;
    width: 2.5vw;
    margin-top: 3.25vw;
    margin-left: 2vw;
}
.i {
    position: absolute;
    width: 3vw;
    margin-top: 3vw;
    margin-left: 5vw;
}
.dis {
    text-align: center;
    font-size: 1vw;
    width: 70vw;
    margin-left: 5vw;
    margin-top: 17vw;
    color: white;
}
.copy {
    text-align: center;
    font-size: 1vw;
    width: 70vw;
    margin-left: 5vw;
    margin-top: 0vw;
    color: white;
    font-weight: bold;
}
}



.provider-form .g-recaptcha{
    width: auto;
    overflow: hidden;
    margin: 2vw 5vw 0vw 2vw;
}

@media only screen and (max-width: 768px){
    .provider-form .g-recaptcha{
    width: 230px;
    overflow: scroll;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    }
    .provider-form .g-recaptcha {
        width: 100%;
        margin-left: 5px;
    }
}

.btn-close-err{
    position: relative;
    float: right;
    padding: 6px;
}

.error-div-cstm{
     background-color: #f8d7da;
    border-color: #f5c6cb;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
}
