
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    min-height: 100vh;
}
.height-100vh {
    min-height: 100vh;
}
.main-wrapper {
    min-height: 100vh;
    /* padding: 0px; */
}
.content-wrapper {
    background-color: #000;
    min-height: calc(100vh - 80px);
    padding: 30px;
    padding-top: 30px;
}

.sec-1 {
    background: #029962 url(../images/Login-BG.png);
    background-size: cover;
    background-blend-mode: overlay;

    
    background-size:cover;
    /* opacity: 0.25; */
}
.sec-2 {
    background: #000 url(../images/Login-Bg-2.png);
    background-size: 100%;
    background-blend-mode: hard-light;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center bottom;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-2 .login-holder {
    background-color: #fff;
    border-radius: 10px;
    width: 475px;
}

.sec-2 .header {
    width: max-content;
    height: 30px;
}

.sec-2 .profile-container {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Makes the image circular */
}

.sec-2 .plans-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 400px;
    /* border-radius: 10px;
    border: 2px solid #000000; */
    justify-content: space-between;
}

.sec-2 .coach-subscription {
    display: flex;
    flex-direction: column;
    margin: 10px;
    flex-wrap: wrap;
}

.sec-2 .subComp {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 170px;
    height: 150px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sec-2 .subLimit {
    border-radius: 10px;
    width: 170px;
    height: 50px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
    cursor: pointer;
}

.sec-2 .subPlan {
    font-size: 15px;
    font-weight: bold;
}

.sec-2 .subPlayer {
    font-size: 15px;
}

.sec-2 .subAmount {
    font-size: 24px;
    font-weight: bold;
}

.sec-2 .dotted-bottom {
    border-style: dotted;
    border-bottom: 1px #E6E6E6;
}

.sec-2 .subscription-holder {
    background-color: #fff;
    border-radius: 10px;
    width: 550px;
}

.sec-2 .coach-margin {
    margin: 10px !important;
    padding-left: 50px;
    padding-right: 50px;
}

.sec-2 .coach-header {
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 8px;
    padding-left: 30px;
}

.sec-2 .coach-footer {
    height: 100px;
    border-top: 1px solid #E6E6E6;
    padding-top: 8px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-2 .view-breakup {
    margin-left: 250px;
    color: #000000;
}

.sec-2 .view-font {
    color: #000000;
}

.sec-2 .coach-name{
    display: flex;
    padding-right: 1px;
}

.sec-2 .create_account {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
  }

.sec-2 .coach-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-2 .coach-input {
    border-radius: 10px;
    height: 40px !important;
    width: 350px !important;
}

.sec-2 .login-input {
    border-radius: 10px;
    height: 45px !important;
    width: 300px !important;
}

.sec-2 .login-holder .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border-bottom: 1px solid #E6E6E6;
}
.sec-2 .login-holder .logo-container img {
    width: 300px;
}
.sec-2 .form-container {
    margin:80px 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sec-2 .form-container .form-group {
    margin-bottom: 10px;
}

.sec-2 .form-container .form-control {
    height: 60px;
    background-color: #E6E6E6;
    width: 300px;
    border: none;
    box-shadow: none;
}

.sec-2 .form-container .btn-primary {
    background-color: #00CC83;
    height: 60px;
    width: 300px;
    border: none;
    box-shadow: none;
    margin-top: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

.sec-2 .proceed-payment {
    background-color: #00CC83;
    height: 50px;
    width: 360px;
    border-radius: 14px;
    box-shadow: none;
    margin-top: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

.sec-2 .form-container .link-forgot-pwd {
    color: #00CC83;
    text-decoration: underline;
    margin-top: 40px;
    cursor: pointer;
}

.sec-2 .form-container.forgot-password-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.sec-2 .form-container.forgot-password-wrap .forgot-password-title {
    margin-bottom: 30px;
}

.sec-2 .form-container.forgot-password-wrap .forgot-password-title h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec-2 .form-container.forgot-password-wrap .forgot-password-title p{
    font-size: 14px;
    max-width: 295px;
    text-align: center;
    color: #6C6C6C;
}

/* Small Devices, Tablets */ 
@media only screen and (max-width:768px) {
    .sec-1 {
        display: none;
    }
}