* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    overflow: hidden;
}
body.login {
    background: #252d38 url(../img/login-bg.jpg) no-repeat top;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
h1 {
    font-size: 56px;
}
h2 {
    font-size: 20px;
    padding: 0px 0px 40px 0px;
    color: #aaa;
}
h2 span {
    color: #ffa800;
}
a {
    color: #777;
}
a:hover {
    color: #222;
}
p {
    padding: 5px 0px;
}
.wrapper {
    max-width: 500px;
    width: 100%;
}
.cpform {
    padding: 0 !important;
}
.box {
    width: 49%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
a.back {
    color: #777;
    position: fixed;
    top: 5px;
    right: 10px;
    text-decoration: none;
}
/* Form Style */
.form_wrapper {
    padding: 0px;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 2px;
}
.form_wrapper h3 {
    padding: 20px 30px 20px 30px;
    background-color: #45c5ec;
    color: #fff;
    font-size: 25px;
    border-bottom: 1px solid #ddd;
}
.glyphicon-alert:before {
    content: "\e209";
    font-family: 'Glyphicons Halflings';
}
.form_wrapper form {
    display: none;
}
.form_wrapper .column {
    width: 47%;
    float: left;
}
form.active {
    display: block;
}
form.login {
    width: 100%;
}
form.register {
    width: 550px;
}
form.forgot_password {
}
.form_wrapper a {
    text-decoration: none;
    color: #777;
    font-size: 12px;
}
.form_wrapper a:hover {
    color: #000;
}
.form_wrapper label {
    display: block;
    padding: 10px 30px 0px 30px;
    margin: 10px 0px 0px 0px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="password"] {
    padding: 18px 20px;
    color: #fff !important;
    margin: 0px 0 0px;
    font-size: 18px;
    position: relative;
    border: none;
    border-radius: 0;
    background-color: rgba(158, 159, 163, 0.8);
    /*	background-color: #9f9fa3;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="password"]:focus {
    background-color: rgba(158, 159, 163, 0.8);
}
.form_wrapper input:-webkit-autofill, .form_wrapper input:-webkit-autofill:hover,
.form_wrapper input:-webkit-autofill:active {
 box-shadow: 0 0 0 1000px inset #9f9fa3!important;
 -webkit-text-fill-color: #fff !important;
 -webkit-box-shadow: 0 0 0px 1000px #9f9fa3 inset;
 outline: none;
 background-clip: content-box;
}
.form_wrapper input::placeholder {
 color: #fff;
}
.form_wrapper .bottom {
    background-color: #45c5ec;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    clear: both;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.form_wrapper .bottom a {
    display: block;
    clear: both;
    padding: 10px 30px;
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.form_wrapper a {
    line-height: 22px;
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
    text-shadow: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.forgot_password a {
    display: block;
}
.form_wrapper a:hover {
    color: #fff;
}
.google-play {
    float: right !important;
    margin-top: 30px !important;
    margin-right: -20px;
}
.apple-store {
    float: left !important;
    margin-top: 30px !important;
    margin-left: -20px;
}
.form_wrapper div.remember {
    float: left;
    /*	width:140px;*/
    margin: 20px 70px;
    font-size: 11px;
}
.form_wrapper div.remember input {
    float: left;
    margin: 6px 5px 0px 0px;
}
.form_wrapper span.error {
    padding: 15px;
    border-radius: 4px;
    display: block;
    color: #fff;
    background-color: #c3736e;
    margin-bottom: 11px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.form_wrapper span.success {
    padding: 15px;
    border-radius: 4px;
    display: block;
    color: #fff;
    background-color: #5cb85c;
    margin-bottom: 11px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.form_wrapper span div {
    display: inline-block;
}
.error-icon {
    background: url(../img/error-icon.png) no-repeat right center;
    width: 16px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}
.cross-icon-2 {
    background: url(../img/cross-icon-2.png) no-repeat right center;
    width: 19px;
    height: 19px;
    display: inline-block;
    float: right;
    margin: 1px 0 0 0;
    cursor: pointer;
}
.form_wrapper input[type="submit"] {
    background: url(../img/arrow-button.png) no-repeat;
    border: none;
    padding: 8px 0 9px;
    width: 28px;
    cursor: pointer;
    float: right;
    text-indent: -99999px;
    position: relative;
    top: -35px;
    left: -18px;
    opacity: 0.3;
}
.form_wrapper .forgot_password input[type="submit"] {
    top: -58px;
}
.form_wrapper .cp-logo {
    line-height: 24px;
    color: #fff;
    font-size: 36px;
    display: block;
    margin: 0px auto 60px;
    text-align: center;
    text-decoration: none;
    float: none;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.logo {
    display: block;
    margin: 30px auto 41px;
}
.remember span {
    color: #5c7883;
    font-size: 17px;
    white-space: nowrap;
}
.login-submit2 {
    background: #dd1c09;
    border-radius: 4px;
    color: #fff;
    border: medium none;
    cursor: pointer;
    padding: 18px 18px;
    margin: 11px 0 0;
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.login-submit2:hover {
    background: none repeat scroll 0 0 #c41301;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    outline: medium none;
}
.login-submit3 {
    background: #dd1c09;
    border-radius: 4px;
    color: #fff;
    border: medium none;
    cursor: pointer;
    padding: 18px;
    margin: 12px 27px 0 0;
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.login-submit3:hover {
    background: none repeat scroll 0 0 #c41301;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    outline: medium none;
}
/*================ New form for cp css Start====================*/
.color-red {
    color: #ef5f51;
}
.apptoptext2 {
    text-align: center;
    padding: 20px 0;
    border-radius: 4px 4px 0 0;
    background-color: #e6e7e9;
    display: none;
}
.apptoptext2 h4 {
    color: #979898;
    text-align: center;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
}
.formarea2 {
}
.formarea2 label {
    margin: 0px;
    color: #5e5e5e;
    font-size: 14px;
}
.suddrnly {
    text-align: center;
    float: none !important;
    margin-top: 15px !important;
    margin-left: 0px !important;
}
.form_wrapper .input-1 input {
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #ababab;/*border-bottom: 1px solid #d7d9dd;*/
}
.form_wrapper .input-2 input {
    border-radius: 0px 0px 4px 4px;
}
.form_wrapper .input-3 input {
    border-radius: 4px;
}
.input-1 {
    position: relative;
}
.input-1:after {
    content: "";
    background-image: url(../img/form-icon1.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999999;
    right: 20px;
    top: 22px;
    width: 17px;
    height: 14px;
}
.input-1 input:focus {
    background-image: none !important;
}
.input-2:after {
    content: "";
    background-image: url(../img/form-icon2.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999999;
    right: 18px;
    top: 16px;
    width: 19px;
    height: 24px;
}
.input-2 {
    position: relative;
}
.input-2 input:focus {
    background-image: none !important;
}
.input-3 {
    position: relative;
}
.input-3:after {
    content: "";
    position: absolute;
    z-index: 9999999;
    right: 20px;
    top: 22px;
    width: 17px;
    height: 14px;
}

/*Responsive for Mobile devices*/
@media only screen and (min-width:768px) and (max-width: 991px) {
.form_wrapper {
    width: 100% !important;
}
}

@media only screen and (min-width:480px) and (max-width: 767px) {
.form_wrapper {
    width: 100% !important;
}
.cpform {
    padding: 0 15px !important;
}
body.login {
    background: url(../img/login-mobile-bg.jpg) no-repeat top;
    background-size: cover;
}
.login-submit2 {
    background: #2dbe60;
}
.login-submit3 {
    background: #2dbe60;
}
.login-submit2:hover {
    background: #2dbe60;
}
.login-submit3:hover {
    background: #2dbe60;
}
.form_wrapper span.error {
    padding: 15px 10px 15px 27px;
    position: relative;
}
.error-icon {
    position: absolute;
    left: 7px;
    top: 17px;
}
.cross-icon-2 {
    position: absolute;
    right: -6px;
    top: -10px;
}	
}

@media only screen and (min-width:300px) and (max-width: 479px) {
body.login {
    background: url(../img/login-mobile-bg.jpg) no-repeat top;
    background-size: cover;
}
.form_wrapper .cp-logo {
    margin: 0px auto 50px;
}
.form_wrapper {
    width: 100% !important;
}
.cpform {
    padding: 0 15px !important;
}
.login-submit {
    margin: 17px 17px 0 0 !important;
}
.google-play {
    margin-right: -20px !important;
    margin-top: 30px !important;
}
.login-submit2 {
    background: #2dbe60;
}
.login-submit2:hover {
    background: #2dbe60;
}
.login-submit3 {
    background: #2dbe60;
}
.login-submit3:hover {
    background: #2dbe60;
}
.form_wrapper span.error {
    padding: 15px 10px 15px 27px;
    position: relative;
}
.error-icon {
    position: absolute;
    left: 7px;
    top: 17px;
}
.cross-icon-2 {
    position: absolute;
    right: -6px;
    top: -10px;
}	
}
