
.registration_form{
    background-color:rgba(236, 240, 241,1.0);
    min-height: calc(100vh - 84px);
}
.registration_form .registration_form_container{
    background-color: #fff;
}
@media(min-width: 992px){
    .registration_form .registration_form_container{
        width: 600px;
        margin: auto;
    }
}
.registration_form .form-group{
    position: relative;
    color: #333;
    margin-bottom: 5px;    
}
.registration_form .form-group > i{
    position: absolute;
    right: 10px;
    top: 72%;
    transform: translateY(-50%);
    color: #777;
}
hr{
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}
.registerbtn{
    background-color: #367fa9 !important;
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

a{
    color: dodgerblue;
}

.signin{
    background-color: #f1f1f1;
    text-align: center;
}

.registration_form .errors{
    width: 100%;
    margin-top: .25rem;
    font-size: 90%;
    color: #dc3545;
    padding: 0 2px 1px;
}

.registration_form_container > .alert{
    background-color: rgba(255, 204, 204, 0.7);
    border: 2px solid rgba(255, 184, 184,1.0);
}
.add-country-wrapper{margin-top:50px;}