body {
    background-color:#272728;
    background-size: cover;
    -ms-interpolation-mode:bicubic;
}

/* --------------------------------------
   change email
   -------------------------------------- */
/* popup close button */
.passclose {
    float: right;
    position: absolute;
    right: 27px;
    top: 14px;
    width: 32px;
}

#RegisterSuccessModal .successimg {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    padding-bottom: 0px;
}

#RegisterSuccessModal .successimg img {
    margin: 0 auto;
    display: block;
    width: 50px;
}

#RegisterSuccessModal .message {
    width: 100%;
    height: auto;
    padding: 20px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

#RegisterSuccessModal .message p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#RegisterSuccessModal .title {
    width: 50%;
    margin: 0 auto;
}

#RegisterSuccessModal .home {
    position: relative;
    padding: 0;
    background-color: #1f1f1f;
    border: thin solid #404040;
}

#RegisterSuccessModal .accept {
    width: 100%!important;
    padding: 0;
    margin: 0;
    background: transparent;
    color: white;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

#RegisterSuccessModal .choosefoot {
    padding: 0;
}

/* --------------------------------------
Over writing Bootstrap Styles
-------------------------------------- */
/* change email */
#RegisterSuccessModal .modal-content {
    height: auto;
}

#RegisterSuccessModal .modalcontainer {
    width: 250px;
    height: auto;
    left:0px;
    right:0px;
    margin:0 auto;
}

#RegisterSuccessModal .form-horizontal .control-label {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
}

#RegisterSuccessModal .form-control {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    width: 81%;
    height: 34px;
    font-size: 14px;
    color: white;
    background-color: #464548;
    background-image: none;
    border: none;
    border-radius: 0;
    position: absolute;
}

#RegisterSuccessModal .modal-content {
    background-color: #272728;
    border: 1px solid #404040;
    border-radius: 1px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#RegisterSuccessModal .modal-header {
    background-color: #272728;
    border: thin solid #404040;
}

#RegisterSuccessModal .modal-footer {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #272728;
    border: thin solid #404040;
}

#RegisterSuccessModal .modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    color: white;
}

#RegisterSuccessModal .btn-primary {
    color: #fff;
    background-color: #272728;;
    border-color: transparent;
    width: 378px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    padding-bottom: 4px;
}

#RegisterSuccessModal .btn-primary:hover {
    border-color: #3A3A3A;
    background-color: #1F1F1F;
}

#RegisterSuccessModal .btn-lg, #RegisterSuccessModal .btn-group-lg>.btn {
    padding: 4px 16px;
}

.passclass {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: white;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: 32px;
    margin-bottom: 14px;
}

/* align popup to center of the page */
#RegisterSuccessModal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    /*pointer-events:none;*/
}
#RegisterSuccessModal .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    /*pointer-events:none;*/
}
/* #RegisterSuccessModal .modal-content {    
    width:inherit;
    height:inherit;
    margin: 0 auto;
} */

/*---------------------------------------------------
media queries
----------------------------------------------------*/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 765px) {
   
}

@media only screen and (max-width: 650px) {

}

@media only screen and (max-width: 550px) {
    
    /* #RegisterSuccessModal .modalcontainer {
        width: 90%;
        height: auto;
        margin: 0 auto;
    } */
    
}

@media only screen and (max-width: 390px) {
    
    /* #RegisterSuccessModal .modalcontainer {
        width: 90%;
        margin: 0 auto;
    } */

@media only screen and (max-width: 370px) {
    
    /* #RegisterSuccessModal .modalcontainer {
        width: 90%;
    } */
    
    /* #RegisterSuccessModal .message {
        width: 89%;
        height: auto;
        padding: 0 23px 0 23px;
        margin: 0 auto;
    } */
    
}