body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to left,#edf2ff,#ebf0fe,#e3e7f6);
}
.container{
    width: 500px;
    margin: 0 auto;
    padding: 20px;
}

h2{
    text-align: center;
}
form{
    width: 100%;
    display: inline-block;
}
form>div{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}
input{
    width: 100%;
    box-shadow: none;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid black;
}
input:focus{
    box-shadow: none;
    outline: none;
}
button{
    padding: 5px 12px;
    background: brown;
    color: white;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
}
a{
    text-decoration: none;
    padding: 5px 12px;
    background: none;
    color: teal;
}
label.error{
    color: red;
    font-size: 14px;
}
a.forgotPass{
    font-size: 14px;
    text-decoration: underline;
    color: #0575b3;
}
/* #change-password-form{
    display: none;
} */
.error_txt{
    margin: 0;
    color: red;
    font-size: 18px;
}
.errormessage{
    margin: 20px 0;
    color: red;
    font-size: 18px;
}

.loginMain .ui.header>.image:not(.icon){
    width: 3.5em;
}

/* new design login css start*/
body > .grid {
    height: 100%;
}
.column {
    max-width: 450px;
}

body > .loginMain.grid {
    height: calc(100% - 70px);
}

#login-btn:disabled{
    cursor: not-allowed !important;
    pointer-events: unset !important;
}

#login-btn.ui.teal.button:disabled:hover{
    background-color: #00b5ad;
}

/* new design login css end */

.signuppage.ui[class*="center aligned"].grid > .column{
    text-align: left;
}
.signuppage .column {
    max-width: 450px;
}
.signuppage .column h4{
    width: 100%;
    text-align: center;
}
.signuppage .column h3{
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0;
}
.signuppage .ui.form .field>label.error,
.signuppage label.error {
    color: #ec0d0ddb;
    font-size: 12px;
    font-weight: 500;
}
.hide {
    visibility: hidden;
    display: none;
 }

 #loader.ui.segment {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

 #loader{
     display: none;
 }

.ui.form #error-email.error.message, .ui.form #error-email.success.message,
.ui.form #error-username.error.message, .ui.form #error-username.success.message{
     display: block;
 }

 .ui.grid.hide{
     display: none;
 }
 .ui.grid + .grid {
    margin-top: 0;
}
.successblock .column{
    max-width: 550px;
}

.ui.grid{
    margin: 0;
}

/* new design start */

.mainbox{
    display:flex;
    margin: 0 auto;
    background-color: #ebf0fe;
    align-items:center;
    justify-content:center;
    position: relative;
  /*   overflow: hidden; */
}
.insidebox-1,
.insidebox-2{
    position:absolute;
    border-radius: 50%;
}
.insidebox-1{
    width: 250px;
    height: 250px;
    background: linear-gradient(to left,#fea57c,#fbbb7a,#fdb77a);
    top: -120px;
    left: -60px;
}
.insidebox-2{
    width: 350px;
    height: 293px;
    background: linear-gradient(to left,#f05c85,#ed5077,#ee5a81);
    top: -130px;
    right: -50px;
}

/* new design end */

/* signup new design */
.signuppage .column{
    box-shadow: 9px 6px 22px 0 rgba(0,0,0,0.08);
    background-color: #ffffff;
    overflow: hidden;
}
.signuppage .ui.image.header{
    color: #ff9ab9;
}
.signuppage .ui.image.header .content span{
    width: 100%;
    display: inline-block;
}
.loginmessage.ui.message{
    box-shadow: none;
    text-align: center;
    margin: 0;
    color: #bbbabc;
    background: none;
    padding-bottom: 0;
}
.loginmessage.ui.message a{
    color: #e39bac;
    padding: 0;
}
#signupbtn{
    width: 100%;
    background-color: #ea446a;
}

.signuppage .ui.form input[type=text],
.signuppage .ui.form input[type=password],
.signuppage .ui.selection.dropdown {
    border: 0;
    border-bottom: 1px solid rgba(34,36,38,.15);
    border-radius: 0;
    padding: 8px;
}
.signuppage .ui.form .field>label{
    color: #727274;
}
.signuppage .dash{
    display: flex;
    align-items: flex-end;
    height: 20px;
    width: 100%;
}
.signuppage .dash::after{
    content: "";
    width: 30%;
    margin: 0 auto;
    height: 5px;
    border-radius: 3px;
    background-color: #ccbbb7;
}
.mainbox a{
    padding: 0;
    position: absolute;
    color: #ffffff;
    display: inline-block;
    left: 5px;
    top: 32px;
    font-size: 30px;
    z-index: 1;
}
.loginMain .ui.red.message{
    padding: 9.5px 10px;
    position: unset;
}
.passwordblock.ui[class*="left icon"].input>input{
    padding-right: 2.67em !important;
}
.passwordblock.ui[class*="left icon"].input>i.eye.icon,
.passwordblock.ui[class*="left icon"].input>i.eye.slash.icon{
    pointer-events: auto;
    cursor: pointer;
    right: 0;
    left: auto;
}
.ui.icon.input>span.datatooltip {
    position: absolute;
    left: auto;
    right: 0;
    height: 100%;
    width: 2.67142857em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
}
.datatooltip i.eye.icon,
.datatooltip i.eye.slash.icon{
    cursor: pointer;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    body > .grid {
        height: auto;
    }
    .insidebox-2{
        right: -95px;
    }
    .loginMain .ui.facebook.button,
    .loginMain .ui.google.plus.button{
        margin-top: 3.5px;
        display: block;
    }
    .loginMain .ui.header>.image:not(.icon) {
        width: 2.5em;
    }
    .signuppage .dash::after{
        width: 50%;
    }
}
