/* ####### Default CSS ##############  */

@import url('https://fonts.googleapis.com/css?family=Chivo:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');
html {
    height: 100%;
    margin:0px;
}

body {
    font-family: 'Chivo', sans-serif;
    font-size: 16px;
    height: 100%;
    margin:0px;
}

p {
    font-family: 'Chivo', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

a,
a:hover{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    outline: none;
}

input[type=text],
input[type=email],
input[type=password] {
    width: 100%;
    background: #EAEAEA;
    padding: 13px;
    color: #555;
    border-left: 1px #c7c7c8 solid;
    border-top: 1px #c7c7c8 solid;
    border-bottom: 1px #dedcdc solid;
    border-right: 1px #dedcdc solid;
    border-radius: 5px;
    margin: 3px 0;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    background: #EAEAEA;
    padding: 13px 35px 13px 13px;
    color: #555;
    border-left: 1px #c7c7c8 solid;
    border-top: 1px #c7c7c8 solid;
    border-bottom: 1px #dedcdc solid;
    border-right: 1px #dedcdc solid;
    border-radius: 5px;
    margin: 3px 0;
    height: 52px;
    background-image: url('../../images/ignite/select_bg.png');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 22px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.lpadd0 {
    padding-left: 0px !important;
}

.rpadd0 {
    padding-right: 0px !important;
}

.a-right {
    text-align: right !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}
.get-started-btn{background: url('../../images/ignite/Button_Get_Started.png') no-repeat;height: 75px;width: 338px;position: absolute;bottom: 115px;left: 0px;border: 0px;right: 0px;margin: 0px auto;background-size: contain;}


/* ### landing page ### */

.blue-bg {
    background: #00B2FF;
}

.blue-text {
    color: #248dc1
}

.landing-section, .landing-section-parent {
    background: url("../../images/ignite/Background_Login.png") no-repeat center center / cover;
    color: #fff;
    position: relative;
    align-items: center;
    padding-bottom: 60px;
}
.landing-section .main-dv .mega-txt, .landing-section-parent .main-dv .mega-txt {
    font-size: 58px;
    font-family: 'CRAYON KIDS';
}

.main-dv {
    padding: 30px 120px;
}

.img-content img {
    width: 90%;
    margin: auto;
}

.info-content {
    margin-top: 15%;
    padding: 0px 25px;
}

.info-content p {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
}

.info-content p .orange-txt {
    color: #FCB713;
    font-weight: 600;
}

.info-content p strong {
    font-family: "Raleway";
    font-size: 32px;
}


/* SLide 6*/

.landing-section.plain-bg {
    background: url("../../images/ignite/Plain_Background.png") no-repeat center center / cover;
    background-position: top;
    padding-bottom: 60px;
}

.info-content.slide6 {
    margin-top: 55%;
}

.flag-lading-img img {
    position: absolute;
    left: -120px;
    width: 45%;
    top: 40px;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 10px;
}

ul.footer-links {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0px 5px;
}


/* slide 7 */

.landing-section.how-it-works {
    background: url(../../images/ignite/How_it_Works_Background.png) no-repeat center center / cover;
    background-position: center;
    min-height:100vh;
    padding-bottom: 60px;
}

.footer-links li .fas.fa-phone {
    transform: rotate(95deg);
}

.how-ignite-logo h1 {
    font-family: 'CRAYON KIDS';
    font-size: 46px;
    text-align: center;
}

.img-row-dv {
    display: flex;
}

.how-ignite-logo img {
    width: 200px;
}

.how-ignite-logo {
    margin: 30px 0px 60px;
}

.row-img-1 {
    margin-top: -120px;
}

.row-img-2 {
    margin-top: -30px;
    margin-left: -30px;
}

.row-img-3 {
    margin-left: -20px;
    margin-top: 10px;
}

.how-it-works-dv {
    padding: 20px 60px;
}

.img-row-dv-2 .primary {
    background: #00AF51;
    color: #FFF;
    border: none;
    padding: 10px;
    border-radius: 45px;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 2px 3px rgba(77, 76, 76, 0.28);
    width: 100%;
    font-family: 'Chivo';
}

.img-row-dv-2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.img-row-dv-2 .hub-dv {
    flex: 0 0 50%;
}

.img-row-dv-2 .hub-dv img {
    width: 95%;
    margin: auto;
}

.img-row-dv-2 .log-btn-dv {
    flex: 0 0 20%;
}


/* Login page */


.main-section-login {
    padding: 60px 0px;
    background-image: url("../../images/ignite/Background_Login.png");
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.login-wrap {
    width: 60%;
    padding: 0px 0px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

.login-wrap .control-label {
    color: #505050;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: normal;
}

.logo-sec img {
    margin: 0 auto;
}

.form-login .form-group {
    position: relative;
}

.form-login input.form-control {
    padding: 12px 70px 12px 12px;
    background: #ececec;
    height: 48px;
}

input.form-control:focus {
    background-color: #ececec;
    outline: none;
    box-shadow: none
}

.form-login input.form-control::placeholder {
    font-style: oblique;
}

.log-heading {
    font-family: 'CRAYON KIDS';
    font-size: 70px;
    line-height: 1;
    color: #fff;
    max-width: 50%;
    text-align: center;
    margin: auto;
}

.logo-sec {
    position: absolute;
    left: -60px;
    top: -80px;
    width: 25%;
}

.error-txt {
    color: red;
    margin: 10px 0px 0;
}

.btn-login[disabled] {
    background: #d9dbdb !important;
}

button.btn.btn-block.btn-login {
    background: #00AF51;
    color: #FFF;
    border: none;
    padding: 10px 70px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 24px;
    width: auto;
    margin: auto;
}

button.btn.btn-block.btn-login:hover {
    background: #007335;
    box-shadow: 2px 3px 0px #9b9b9b;
    transition: all 0.4s ease;
    border-color: #639B5B;
}

.btn-block+.btn-block {
    margin-top: 15px;
}

.btn-link.btn-cancel {
    color: #00AF51;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
}

.input-block {
    position: relative;
}

.input-block .pass-toggle {
    background-image: url("../../images/ignite/showpass-show.png");
    position: absolute;
    right: 10px;
    top: 50%;
    display: inline-block;
    width: 46px;
    height: 30px;
    transform: translateY(-50%);
    transition: 0.5s all ease;
}

.pass-toggle.toggled {
    background-image: url("../../../images/ignite/ignite/showpass-hide.png");
    transition: 0.5s all ease;
}

.form-login {
    background-image: url("../../images/ignite/Login_Cloud.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 120px 125px 100px 125px;
    width: 100%;
}

.link-txt {
    color: #00AF51;
    font-weight: 500;
    display: inline-block;
    font-family: "chivo";
    font-size: 18px;
}

.hub-robot-sec {
    width: 46%;
    position: absolute;
    right: -220px;
    bottom: -70px;
    color: #fff;
}

.hub-robot-sec p {
    text-align: left;
    font-family: 'CRAYON KIDS';
    font-size: 26px;
    margin-left: 80px;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: normal;
}


/* Error Field Styles */

.errorlabel {
    color: #ED2124 !important;
    font-weight: 400;
    font-size: 16px;
}

.errorfield {
    border: 2px solid#ED2124 !important;
}

p.loginError {
    margin: 0;
}

/* .errorMessage {
    background: url('../../images/ignite/setupwizard/error-x2.png') lefttop;
    display: inline-block;
    padding-left: 0px;
    color: #ED2124 !important;
    margin-top: 0;
    font-size: 14px;
}

.errorMessage p {
    margin-bottom: 0px
} */


/* Reset password style */

.raleway-title {
    font-family: 'Raleway';
    font-size: 24px;
    color: #505050
}

.send-btn {
    background-color: #fff;
    padding: 3px 15px;
    font-size: 14px;
    color: #c6c6c6;
    border: 2px solid #c6c6c6;
    display: inline-block;
    font-style: italic;
    border-radius: 50px;
    margin-bottom: 15px;
}

.send-btn.active {
    background-color: #00AF51;
    color: #fff;
    border: 2px solid #00AF51;
}

.send-btn:hover {
    background: #007335;
    color: #fff;
    border: 2px solid #007335;
}

.reset-pass-block {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 15px
}

.reset-pass-block p {
    color: #505050;
    font-weight: 400
}

.reset-pass-block label {
    color: #505050;
    font-weight: 400;
    text-align: left
}

.msg-text {
    font-family: 'chivo';
    font-weight: 400;
    color: #505050;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}

.main-section-login {padding: 50px 0px;background-image: url("../../images/ignite/Background_Login.png");background-color: white;background-size: cover;background-position: center;background-repeat: no-repeat;min-height: 100vh;position: relative;}
.create-pass-block{background-image: url("../../images/ignite/Background_Login.png");}
.login-wrap {width: calc(55% - 50px);padding: 0px 0px;position: relative;left: 0;right: 0;margin: auto;}
.login-wrap .control-label {color: #505050;font-size: 18px;margin-bottom:0px;font-weight: 600;}
.logo-sec img {margin: 0 auto;}
.form-login .form-group {position: relative;}
.form-login input.form-control {padding: 12px 70px 12px 12px;background: #ececec;height: 48px;}
input.form-control:focus{background-color: #ececec;outline: none;box-shadow: none}
.form-login input.form-control::placeholder {font-style: oblique;}
.log-heading {font-family: 'CRAYON KIDS';font-size: 70px;line-height: 1;color: #fff;max-width: 50%;text-align: center;margin: auto;}
.logo-sec {position: absolute;left: -60px;top: -80px;width: 25%;}
.error-txt {color: red;margin: 10px 0px 0;}
.btn-login[disabled] {background: #d9dbdb !important;}
button.btn.btn-block.btn-login {background: #00AF51;color: #FFF;border: none;padding: 8px 20px;border-radius: 28px;font-weight: 700;font-size: 24px;width:auto;margin:0px auto;min-width: 75%}
button.btn.btn-block.btn-login:hover {background: #007335;box-shadow: 2px 3px 0px #9b9b9b;transition: all 0.4s ease;border-color: #639B5B;}
.btn-block+.btn-block {margin-top: 15px;}
.btn-link.btn-cancel {color: #00AF51;font-weight: 600;letter-spacing: 1.2px;text-transform: uppercase;padding: 15px 25px;border-radius: 30px;outline: none;font-size: 14px;}
.input-block {position: relative;}
.input-block .pass-toggle {background-image: url("../../images/ignite/showpass-show.png");position: absolute;right: 10px;top: 50%;display: inline-block;width: 46px;height: 30px;transform: translateY(-50%);transition: 0.5s all ease;}
.pass-toggle.toggled {background-image: url("../../../images/ignite/showpass-hide.png");transition: 0.5s all ease;}
.form-login {background-color: #fff;background-position: center;background-repeat: no-repeat;background-size: contain;padding: 25px;width: 100%;border-radius: 12px;box-shadow: 5px 5px 1px rgb(1 0 2 / 25%);}
.link-txt {color: #00AF51;font-weight: 500;display: inline-block;font-family: "chivo";font-size: 18px;}
.hub-robot-sec {width: 46%;position: absolute;right: -220px;bottom: -70px;color: #fff;}
.hub-robot-sec p {text-align: left;font-family: 'CRAYON KIDS';font-size: 26px;margin-left: 80px;line-height: 1;margin-bottom: 60px;font-weight: normal;}

/* Error Field Styles */
.errorlabel {color:#ED2124 !important;font-weight:400;font-size: 16px;}
.errorfield {border:2px solid#ED2124 !important;}
p.loginError {margin:0;}
.errorMessage {background: url('../../images/ignite/setupwizard/error-x2.png') lefttop;display:inline-block;padding-left:0px;color:#ED2124 !important;margin-top:0;
font-size:16px;font-family: 'Chivo', sans-serif;}
.errorMessage p{margin-bottom: 0px}

/* Reset password style */
.raleway-title{font-family: 'Raleway';font-size: 26px;color: #505050}
.send-btn{background-color: #fff;padding: 3px 15px;font-size: 14px;color: #c6c6c6;border:2px solid #c6c6c6;display: inline-block;font-style: italic;border-radius: 50px;margin-bottom: 15px;}
.send-btn.active{background-color: #00AF51;color: #fff;border:2px solid #00AF51;}
.send-btn:hover{background: #007335;color: #fff;border:2px solid #007335;}
.reset-pass-block{background-color: #fff;border-radius: 10px;padding:30px; margin: 15px auto; width: 90%;}
.reset-pass-block p{color: #505050; font-weight: 400;margin: 5px 0px;}
.reset-pass-block label{color: #505050; font-weight: 400;text-align: left;font-size: 15px;}
.msg-text{font-family: 'chivo';font-weight: 400;color: #505050;font-size: 14px;font-style: italic;line-height: 20px;}


@media (min-width:280px) and (max-width:540px) {
    .main-dv {
        padding: 30px 30px;
    }
    .landing-section .main-dv .mega-txt, .landing-section-parent .main-dv .mega-txt {
        font-size: 36px;
    }
    .flag-lading-img img {
        position: relative;
        left: 0;
        width: 90%;
        top: 0;
    }
    .landing-section {
        height: auto;
        background-position: right;
    }
    .info-content.slide6 {
        margin-top: 20%;
    }
    .info-content p {
        font-size: 22px;
    }
    .img-content img {
        width: 100%;
        margin: auto;
    }
    /* slide 7 */
    .how-it-works-dv {
        padding: 20px 15px;
    }
    .row-img-1 {
        margin-top: 0;
    }
    .row-img-2 {
        margin-top: 0;
        margin-left: -15px;
    }
    .row-img-3 {
        margin-left: -20px;
        margin-top: 0;
    }
    .img-row-dv {
        display: block;
    }
    .how-ignite-logo {
        margin: 0px 0px 30px;
    }
    .img-row-dv-2 {
        flex-flow: row wrap
    }
    .img-row-dv-2 .log-btn-dv {
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .img-row-dv-2 .hub-dv {
        flex: 0 0 100%;
    }
    .img-row-dv-2 .primary {
        font-size: 18px;
        padding: 12px;
    }
    /* slide login */
    .log-heading {
        max-width: 100%;
        font-size: 40px;
        margin: 0 auto 10px;
        text-align: center;
        width: 95%;
    }
    .logo-sec {
        width: 70%;
        position: static;
        margin: 0 auto 10px;
    }
    .login-wrap {
        width: 100%;
        display: flex;
        flex-flow: column wrap;
        flex-direction: column-reverse;
    }
    .form-login {
        background: #fff;
        padding: 30px;
        border-radius: 20px;
    }
    button.btn.btn-block.btn-login {
        font-size: 20px;
        margin: 10px auto 0px;
    }
    .link-txt {
        font-size: 16px;
    }
    .form-login .form-group>div {
        padding: 0;
    }
    .main-section-login {
        height: auto;
    }
    .hub-robot-sec {
        width: 65%;
        margin: 0 auto 10px;
        position: static;
    }
    .hub-robot-sec p {
        margin: 0 0 0 0;
        text-align: center;
    }
}

@media (min-width:541px) and (max-width:767px) {
    .main-dv {
        padding: 30px 30px;
    }
    .landing-section .main-dv .mega-txt,  .landing-section-parent .main-dv .mega-txt {
        font-size: 40px;
    }
    .flag-lading-img img {
        position: relative;
        left: 0;
        width: 90%;
        top: 0;
    }
    .landing-section, .landing-section-parent {
        height: auto;
        background-position: right;
    }
    .info-content.slide6 {
        margin-top: 20%;
    }
    .info-content p {
        font-size: 22px;
    }
    .img-content img {
        width: 100%;
        margin: auto;
    }
    /* slide 7 */
    .row-img-1 {
        margin-top: -60px;
        margin-left: 0px;
    }
    .row-img-2 {
        margin-top: -10px;
        margin-left: -30px;
    }
    .row-img-3 {
        margin-left: -20px;
        margin-top: 30px;
    }
    .how-it-works-dv {
        padding: 20px 20px;
    }
    .img-row-dv-2 .hub-dv {
        flex: 0 0 70%;
    }
    .img-row-dv-2 .log-btn-dv {
        flex: 0 0 30%;
    }
    .img-row-dv-2 .primary {
        font-size: 18px;
        padding: 12px;
    }
    /* slide login */
    .log-heading {
        max-width: 100%;
        font-size: 50px;
        margin: 0 auto 10px;
        text-align: center;
        width: 95%;
    }
    .logo-sec {
        width: 70%;
        position: static;
        margin: 0 auto 10px;
    }
    .login-wrap {
        width: 100%;
        display: flex;
        flex-flow: column wrap;
        flex-direction: column-reverse;
    }
    .form-login {
        background: #fff;
        padding: 30px;
        border-radius: 20px;
    }
    button.btn.btn-block.btn-login {
        font-size: 18px;
        margin: 10px 0px 0px;
        width: 100%;
    }
    .link-txt {
        font-size: 16px;
    }
    .form-login .form-group>div {
        padding: 0;
    }
    .main-section-login {
        height: auto;
    }
    .hub-robot-sec {
        width: 65%;
        margin: 0 auto 10px;
        position: static;
    }
    .hub-robot-sec p {
        margin: 0 0 0 0;
        text-align: center;
        font-size: 28px;
    }
    .get-started-btn {
        bottom: 80px;
    }
    .bottom-attch-footer {
        position: relative;
        bottom: 0px;
    }
}

@media (min-width:768px) and (max-width:1240px) {
    .main-dv {
        padding: 30px 40px;
    }
    .landing-section, .landing-section-parent {
        height: auto;
    }
    .info-content p {
        font-size: 20px;
    }
    .flag-lading-img img {
        left: -60px;
    }
    /* slide 7 */
    .row-img-1 {
        margin-top: -60px;
        margin-left: -40px;
    }
    .row-img-2 {
        margin-top: -10px;
        margin-left: -20px;
    }
    .row-img-3 {
        margin-left: -10px;
        margin-top: 10px;
    }
    .how-it-works-dv {
        padding: 20px 40px;
    }
    .img-row-dv-2 .hub-dv {
        flex: 0 0 60%;
    }
}

@media (min-width:768px) and (max-width:990px) {
    /* Login page */
    .form-login {
        padding: 25px;
        margin: 10px 10px;
    }
    .log-heading {
        font-size: 56px;
    }
    .logo-sec {
        left: 0;
        top: -10px;
        width: 30%;
    }
    .login-wrap {
        width: 82%;
    }
    .hub-robot-sec p {
        font-size: 20px;
        margin-left: 10px;
        margin-bottom: 40px;
    }
    .hub-robot-sec {
        width: 30%;
        right: -100px;
        top: 90px;
    }
}

@media (min-width:991px) and (max-width:1280px) {
    /* Login page */
    .main-section-login {
        height: auto;
    }
    .form-login {
        padding:25px;
        margin: 50px 10px;
    }
    .log-heading {
        font-size: 56px;
    }
    .logo-sec {
        left: 0;
        top: -10px;
        width: 30%;
    }
    .login-wrap {
        width: 60%;
    }
    .hub-robot-sec p {
        font-size: 24px;
        margin-left: 10px;
        margin-bottom: 40px;
    }
    .hub-robot-sec {
        width: 35%;
        right: -180px;
        top: 40px;
    }
}
@media (max-width: 991px) {
  .logo-sec {
        width: 70%;
        position: static;
        margin: 0 auto 10px;
    }
}

.link-txt:hover, .link-txt:focus {
    color: #0e8044;
}


.log-heading.reset{
font-size: 50px;
margin-bottom: 10px !important;

}

.main-section-login.single_cloud {
    background: url("../../images/ignite/background_landing_single_cloud1.jpg") no-repeat center center / cover;
    color: #fff;
    position: relative;
    padding-bottom: 60px;
}
.landing-section-parent.single_cloud {
    background: url("../../images/ignite/Background_Login.png") no-repeat center center / cover;
    color: #fff;
    position: relative;
    /* padding-bottom: 60px; */
}

.main-section-login.triple_cloud {
    background: url("../../images/ignite/Background_Login.png") no-repeat center center / cover;
    color: #fff;
    position: relative;
    /* padding-bottom: 60px; */
    display: grid;
    place-items: center;
}

.tm-text {
    font-size: 30%;
    top: -15px;
}
.reset-pass-block button.send-btn[disabled] {
    opacity: .8;
    color: #ccc;
    background: #fff;
    border-color: #ccc;
}
.raleway-title.blacktext{
    color: #000;
}
.main-section-login.bg-2{
    background-image: url("../../images/ignite")
}
.blue-text:hover {
    color: #097bb4;
}
.reset-pass .blue-text {
    font-size: 15px;
}
.full-width-footer{
    position: absolute;
    bottom: 10px;
    padding: 5px 0px;
}
.inPassword1, .inPassword2{padding-right:65px !important}
.parent-robot-img{height: 480px;}
#LoginForm_username{
    padding: 12px 12px 12px 12px;
}
/* classlink error */
.sign-with-classlink p.errorlabel{
    font-size: 15px;
    line-height: 1;
    margin: 0px;
}
/*################ New stylin LOGIN V2 Preetam ###############*/
.login-wrap .login-message {
    background: #B8E6F4;
    margin: 45px -25px 25px;
    padding: 10px 20px;
}
.login-wrap .login-message h3{
    margin: 0;
    font-size: 22px;
    color: #0072BC;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}
.login-wrap .login-extra-links{
    color: #0973BA;
    margin: 30px 0px 0px;
}
.login-wrap .login-extra-links a{
    display: inline-block;
    color: #0973BA;
    font-size: 15px;
    margin: 0px 5px;
}
.mt-30{
    margin-top: 30px;
}
.reset-pass .form-login .goto-login-button .btn-login{
    font-size: 18px;
}
.sign-with-classlink a{
    display: inline-block;
    box-shadow: 0px 0px 22px 0px rgb(255 255 255 / 74%);
}
.btn.btn-block.btn-login {background: #00AF51;color: #FFF;border: none;padding: 8px 20px;border-radius: 28px;font-weight: 700;font-size: 24px;width:auto;margin:0px auto;min-width: 75%}
.btn.btn-block.btn-login:hover {background: #007335;box-shadow: 2px 3px 0px #9b9b9b;transition: all 0.4s ease;border-color: #639B5B;}
.reset-pass .form-login .goto-login-button .btn-login{width:60%; min-width:60%}
@media (max-width:750px){
    .login-wrap .login-message{
        align-items: flex-start;
    }
    .login-wrap .login-message h3{
        font-size: 18px;
    }
    button.btn.btn-block.btn-login{
        min-width: 100%;
    }
    .login-wrap .login-message{
        margin: 30px -30px;
    }
    .reset-pass .form-login .goto-login-button .btn-login{
        width: auto;
    }
    .login-wrap .login-message img{
        align-items: center;
    }
}