﻿body {
    height: 100%;
    background-color: #2E4d7B;
    background-image: url('../images/medbackground.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.modalpopup {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

.modalbackground {
    background-color: transparent;
    display: block;
    left: 50%;
    top: 50%;
    text-decoration: none;
}

.modalpopupSpinner {
    width: 300px;
    height: 100px;
    margin: 0;
    background-color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border: 5px outset #2E4d7B;
    border-radius: 7px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logincontainer {
    width: 880px;
    height: 490px;
    border: 2px solid #2E4d7B;
    border-radius: 5px 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.loginbodycontainer-left {
    float: left;
    margin: 0 auto;
    width: 400px;
    height: 460px;
    padding: 15px;
    color: #fff;
    background-color: #2E4d7B;
    border-left: 1px inset #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.loginbodycontainer-right {
    float: left;
    margin: 0 auto;
    width: 400px;
    height: 460px;
    padding: 15px;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.loginbody {
    margin: 0 auto;
    width: 450px;
    height: 180px;
    padding: 5px;
}

.loginregister {
    /*margin: 0 auto;*/
    width: 410px;
    padding: 5px;
    font-size: 13px;
    color: #F78618;
    /*text-align: left;*/
    border-top: 1px solid #2E4d7B;
}

.loginforgotpass {
    width: 370px;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
}

.loginsignin-button {
    width: 360px;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
}

.loginTermsOfAgreement {
    width: 620px;
    height: 220px;
    padding: 10px;
    border: 2px solid #2E4d7B;
    border-radius: 5px 7px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.signupcontainer {
    width: 600px;
    height: 780px;
    border: none;
    border-radius: 5px 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*border: 2px solid #2E4d7B;*/
}

.signupbody {
    margin: 0 auto;
    width: 410px;
    height: 460px;
    padding: 15px;
}


.signup-bottom-child {
    position: absolute;
    bottom: 0;
}

.signupcontainer {
    width: 600px;
    height: 780px;
    border: none;
    border-radius: 5px 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*border: 2px solid #2E4d7B;*/
}

.forgotcontainer {
    width: 540px;
    height: 340px;
    border: none;
    border-radius: 5px 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*border: 2px solid #2E4d7B;*/
}

.forgotbodycontainer {
    margin: 0 auto;
    width: 500px;
    height: 300px;
    padding: 15px;
    background-color: #fff;
}

.forgotbody {
    margin: 0 auto;
    width: 450px;
    height: 145px;
    padding: 5px;
}

.resetpasswordcontainer {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 460px;
    height: 470px;
    border-radius: 5px 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.resetpasswordbody {
    margin: 0 auto;
    width: 410px;
    height: 420px;
    padding: 5px;
}

.resetpasswordfooter {
    margin: 0 auto;
    width: 440px;
    height: 20px;
    padding: 10px;
    color: green;
    background-color: #f4f4f7;
    position: relative;
    border-bottom-left-radius: 6px 8px;
    border-bottom-right-radius: 6px 8px;
}

.changepasswordcontainer {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 460px;
    height: 490px;
    border-radius: 5px 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*border: 2px solid #2E4d7B;*/
}

.changepasswordbody {
    margin: 0 auto;
    width: 410px;
    height: 450px;
    padding: 5px;
}

.changepasswordfooter {
    margin: 0 auto;
    width: 440px;
    height: 25px;
    padding: 10px;
    color: #2E4d7B;
    background-color: #f4f4f7;
    position: relative;
    border-bottom-left-radius: 6px 8px;
    border-bottom-right-radius: 6px 8px;
    border-top: 2px solid #2E4d7B;
}

.emailchangepasswordcontainer {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 460px;
    height: 555px;
    border-radius: 5px 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*border: 2px solid #2E4d7B;*/
}

.emailchangepasswordbody {
    margin: 0 auto;
    width: 410px;
    height: 500px;
    padding: 5px;
}

.emailchangepasswordfooter {
    margin: 0 auto;
    width: 440px;
    height: 20px;
    padding: 10px;
    color: green;
    background-color: #f4f4f7;
    position: relative;
    border-bottom-left-radius: 6px 8px;
    border-bottom-right-radius: 6px 8px;
    /*border-top: 2px solid #2E4d7B;*/
}

.divcentertext700 {
    width: 700px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent; /* Not necessary just to see the result clearly */
}

.centerText {
    margin: 0 auto;
    width: 350px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.action-button-small {
    width: 90px;
    height: 30px;
    color: #fff;
    background-color: #2E4d7B;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 10px;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
}

.action-button-medium {
    width: 130px;
    height: 90px;
    color: #fff;
    background-color: #2E4d7B;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 10px;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
}

.action-button-large {
    width: 160px;
    height: 30px;
    color: #fff;
    background-color: #2E4d7B;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 10px;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
}

.action-button-small:hover,
.action-button-medium:hover,
.action-button-large:hover,
.login-button-large:hover {
    color: #00FF00;
    background-color: #2E4d7B;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
}

.login-button-large {
    width: 100px;
    height: 50px;
    color: #fff;
    background-color: #2E4d7B;
    padding: 2px 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 10px;
    cursor: pointer;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    float: right;
}

.contactus-button-large {
    width: 100px;
    height: 50px;
    color: #fff;
    background-color: #2E4d7B;
    padding: 2px 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 10px;
    cursor: pointer;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    float: right;
}

.contactUScontainer {
    width: 860px;
    height: 820px;
    border-radius: 5px 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.contactUSbodyOuter {
    margin: 0 auto;
    width: 540px;
    height: 505px;
    padding: 5px;
}

.contactUSbodyInner {
    margin: 0 auto;
    width: 530px;
    height: 500px;
    padding: 5px;
}