@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700|Open+Sans:300,400,600,700");

html, body {
    height: 100%;
    font-family: 'SF Pro Text';
   
}

body{
    position: relative;
    background-color:#f8f8f9;
}

.myHeader,footer{
    display: none;
}

.login-container {
    margin: 50px 0;
}

.footer{
    display: none;
}

.content {
    margin-top: 0;
}

.account-details{
    /*background-color: #375376;*/
    background-color: #25408e;
    border-radius: 10px;
    margin-top:150px;
   
}

.create-account{
    color:white ;
  
    font-weight: 700;
    font-size: 20px;
}

.account-text{
    font-weight: 600;
}

.account-text input,.account-text select{
    background-color: #eaf6f4;
    border-radius: 8px;
    padding: 15px 10px;
    
}

.submit-form{
    
    font-weight: 700;
    background-color: #31b48a;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 2px;
    border: none;
}

.congrtas-text{
    color: #4ce392;
   
    font-weight: 600;
    font-size: 22px;
}

.back-text{
    
    font-weight: 600;
}

.view-package{
    color: #4ce392;
    font-size: 12px;
}

.packages-height{
    height: 400px;
    overflow: auto;
}

.cost-text{
    color: #32b58a;
    
    font-weight: 600;
}

.no-of-cases-text{
    
    font-weight: 600;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #32b58a;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    content: '';
    width: 14px;
    height: 14px;
    background: #32b58a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.failed-text{
    color: #e12c25;
    
    font-weight: 600;
    font-size: 22px;
}

.success-text{
   
    color: #555555;
}

.cancel-btn{
    border-radius: 50px;
    color: #4ce392;
    border: 2px solid #4ce392;
    min-width: 134px;
}

.ok-btn{
    border-radius: 50px;
    color: #e12c25;
    border: 2px solid #e12c25;
    min-width: 134px;
  
    font-weight: 600;
    padding: 15px;
}
#footer,.social-links,.back-to-top{
    display: none;
}
@media only screen and (min-width: 1200px) and (min-height: 800px){
    .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }

    .success-text{
        width: 70%;
        margin: 0 auto;
    }

    body{
        height: 100vh;
        position: relative;
    }

    .submit-form{
        width: 200px;
    }
    
    .bottom_emps {
    background: url(../../img/login_emps.png) no-repeat;
    height: 163px;
    width: 245px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
    .bottom_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: #cccccc;
}
}