﻿
.sf__main__container {
    text-align: center;
    color: #656464;
    display: flex;
    flex-grow: 1;
    background: gray;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
    min-height: 0px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    background: white;
    border-radius: 15px;
    width: Auto;
    min-height: 390px;
    margin-left: 50px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.ie.sf__main__container {
    border: 1px solid black;
    width: 100%;
    margin-left: 0px;
}

.sf__body__container {
    margin-bottom: 20px;
    text-align-last: left;
}

.sf__statusMessage__header {
    width: 100%;
    font-size: 18pt;
    white-space: pre-wrap;
    text-align-last: center;
    color: black;
}

.statusMessage__text {
    text-align: left;
    width: 100%;
    white-space: pre-wrap;
    margin-bottom: 0;
}

.sf__btn__primary {
    width: 100%;
    height: 40px;
    color: white;
    background-color: green;
    border: green;
    border-radius: 4px;
}

    .sf__btn__primary:hover {
        background-color: #03952F;
        border: #03952F;
        border-radius: 4px;
    }

    .sf__btn__primary[disabled] {
        width: 100%;
        height: 36px;
        color: white;
        background-color: #1ea8579c !important;
        border: #1ea8579c !important;
        border-radius: 4px;
    }

.otp__statusMessage__text {
    text-align-last: center;
    width: 100%;
    white-space: pre-wrap;
    margin-bottom: 0;
}

.sf__otp__container {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align-last: center;
}

.sf__otp__number {
    display: block;
    -ms-box-shadow: 0 1px 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%) inset;
    box-shadow: 0 1px 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%) inset;
    height: 70px;
    width: 50px;
    max-height: 70px;
    max-width: 50px;
    margin-right: 10px;
    text-align: center;
    border: none;
    margin-top: 25px;
    border-radius: 5px;
}

    .sf__otp__number.last {
        display: block;
        box-shadow: 0 1px 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%) inset;
        -ms-box-shadow: 0 1px 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%) inset;
        height: 50px;
        width: 50px;
        max-height: 50px;
        max-width: 50px;
        margin-right: 0px;
        text-align: center;
        border: none;
        border-radius: 5px;
    }

.sf__otp__number__ie {
    display: block;
    -ms-box-shadow: 0 1px 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%) inset;
    box-shadow: 0 1px 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%) inset;
    height: 70px;
    width: 50px;
    max-height: 70px;
    max-width: 50px;
    margin-right: 10px;
    text-align: center;
}

    .sf__otp__number__ie.last {
        display: block;
        box-shadow: 0 1px 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%) inset;
        -ms-box-shadow: 0 1px 2px rgb(0 0 0 / 50%), 0 1px 2px rgb(0 0 0 / 50%) inset;
        height: 50px;
        width: 50px;
        max-height: 50px;
        max-width: 50px;
        margin-right: 0px;
        text-align: center;
    }

sf__otp__number input {
}


.outgoing {
    left: -1000px;
    position: relative;
    transition: 2s;
}

.sf__mainbody__container {
    padding-left: 75px;
    padding-right: 75px;
    width: 100%;
}

/*120*/

.sf__image__container > img {
    height: 220px;
}

.sf__otpimage__container > img {
    height: 150px;
}

.sf__inputForm {
    height: 50px;
    padding-left: 15px;
}

.sf__input__container {
    display: flex;
    max-width: 100%;
    width: 100%;
}

.sf__inputForm__view__pwd {
    margin-left: 280px;
    margin-top: 15px;
    position: absolute;
}

.sf__loginbody__container {
    margin-bottom: 70px;
}

.sf__forgotpassword__container {
    text-align: right;
    margin-top: -20px;
}

    .sf__forgotpassword__container > a {
        width: 100%;
    }


@media (max-width: 900px) {
    .sf__main__auth__container {
        zoom: 0.8;
    }
}

@media (max-width: 700px) {
    .sf__main__auth__container {
        zoom: 0.7;
        width: 100%;
        padding: 0px;
        display: flex;
    }

        .sf__main__auth__container > .sf__main__container {
            margin: 10px;
        }
}


@media (max-width: 560px) {
    .sf__main__auth__container {
        zoom: 0.6;
        padding: 0px;
        display: flex;
    }

        .sf__main__auth__container > .sf__main__container {
            margin: 10px;
        }
}

@media (max-width: 400px) {
    .sf__main__auth__container {
        zoom: 0.6;
        width: 100%;
        margin: 30px;
        padding: 0px;
        display: flex;
    }

        .sf__main__auth__container > .sf__main__container {
            width: 100%;
            margin: 10px;
        }
}

.sf__main__input__container {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.sf__main__support__link {
    border: none;
    background-color: inherit;
    padding: 14px 14px;
    cursor: pointer;
    display: inline-block;
    color: #A0A0A0;
}

    .sf__main__support__link:hover {
        text-decoration: underline;
    }

/*Select arrows*/
select {
    width: 100%;
    padding: 6px;
}

.body {
    text-align: --webkit-center;
    text-align: --moz-center;
}


@media (min-width: 992px) {
    .sf__main__container {
        padding-left: 6%;
        padding-right: 6%;
        margin: 0;
        max-width: 700px;
    }
}

@media (min-width: 1200px) {
    #dialogContainer {
        padding-left: 18% !important;
    }
}

@media (max-width:992px) {
    .sf__mainbody__container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 991px) {
    .sf__main__container {
        padding-left: 6%;
        padding-right: 6%;
        margin: 0;
    }

    #dialogContainer {
        padding-left: 0 !important;
    }
}
