﻿@font-face {
    font-family: 'Roboto';
    src: url('/Content/Logincss/fonts/Roboto-Regular.ttf');
}
/*START LOGIN_LAYOUT main PAGE*/

body {
    background-image: url("/Content/img/Login_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    resize: both;
}

.login-bg {
    /*background-image: url("/Content/img/Login_bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    min-height: 100vh;
    max-width: 100%;
    /*width: 100%;
    height: 100%;*/
}

.login-box:before {
    color: white !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: -1;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
}

.login-box {
    color: white !important;
    /*font-weight: bold;*/
    border: 1px solid #f1f1f1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 5vh;
    text-align: center;
    left: 0;
    right: 0;
    max-width: 50vh;
    margin: 0 auto;
    border-radius: 50px !important;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(18px);
    font-family: Roboto !important;
}

    .login-box h3 {
        text-align: center;
        font-size: 2.5vh;
        margin-top:auto;
        /*color: #929292;*/
        font-family: Roboto !important;
        font-weight: 700 !important;
    }

.login-padding {
    padding: -0.1rem 2.5rem 1.5rem;
}

.my-copyright {
    text-align: center;
    padding-bottom: 2rem;
    color: #929292;
}

/*@media(min-width: 320px) and (max-width:599px) {
    .login-box {
        margin: 0 5rem;
    }

    .my-social-btn {
        width: 99%;
    }

        .my-social-btn a i {
            margin: 0px;
            margin-left: 5rem;
        }
}*/


.login-pos {
    position: relative;
    /*margin: 10px 0;*/
}

    .login-pos .form-padding {
        background-color: #fff;
        height: 4rem;
        border: 1px solid white !important;
        font-family: Roboto;
        text-indent: 1.1rem;
        color: white;
        padding-right: 4rem;
        border-radius: 25px !important;
        font-size: 16px;
        transition: all 0.6s;
        position: relative;
    }

        .login-pos .form-padding:focus, .login-pos .form-padding:hover {
            background-color: #fff;
            box-shadow: none;
            color: white;
            border: 1px solid white !important;
        }

.input-box-icon {
    position: absolute;
    right: 3vh;
    top: 0vh;
    height: 6vh;
}

    .input-box-icon img {
        height: 50%;
        padding-top: 0.9rem;
    }


/*END LOGIN_LAYOUT main PAGE*/



/*START LOGIN PAGE*/



.btn-setting {
    background-color: white;
    padding: 0.5vh !important;
    border: none;
    font-family: Roboto;
    border-radius: 10px !important;
    color: black;
    /*font-size: 22px;*/
    font-weight: 800;
    letter-spacing: 1px;
    /*margin: 3rem 0;*/
    margin-top: 1.7vh;
}

    .btn-setting:hover {
        background-color: #A13CFC;
        transition: all 0.3s;
        color: white;
    }

    .btn-setting:focus {
        outline: none;
    }

.remember {
    color: white !important;
    text-decoration: none;
    font-weight: 400;
    margin-left: 6px;
    padding-bottom: inherit;
}

    .remember:hover {
        color: #A13CFC !important;
    }

.custom-control-label {
    color: #b0cb20;
    cursor: pointer;
}

.chekbox-label:before {
    background-color: transparent !important;
    border: 1px solid white !important;
    padding: 20px;
}

.chekbox-label:after {
    background-color: #A13CFC!important;
}

.my-checkbox {
    /*position: absolute !important;*/
    right:0rem;
    padding-left: 2vh;
    color: white;
}

.or-seperator {
    margin: 5rem 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .or-seperator i {
        padding: 0 10px;
        background: inherit;
        position: relative;
        /*top: -11px;*/
        font-style: normal;
    }

.social-btn .btn {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

.my-social-btn a i {
    min-width: 15px;
    margin: 5px 12px;
    padding: 0 2rem;
}

.my-social-btn {
    /*margin: 0 auto;*/
    width: 99%;
    color: white;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}

    .my-social-btn a {
        padding: 13px 0;
        border-radius: 8px !important;
    }

        .my-social-btn a:nth-child(1) {
            /*background: #3B5999;*/
            border: none;
        }

            .my-social-btn a:nth-child(1):hover {
                /*background: #4f6dae;*/
                color: #A13CFC !important;
            }

        .my-social-btn a:nth-child(2) {
            /*background: #D74836;*/
            border: none;
        }

            .my-social-btn a:nth-child(2):hover {
                /*background: #e25d4c;*/
                color: #A13CFC !important;
            }

        .my-social-btn a:nth-child(3) {
            /*background: #2f2f2f;*/
            border: none;
        }

            .my-social-btn a:nth-child(3):hover {
                /*background: #474747;*/
                color: #A13CFC !important;
            }

.login-pos .title {
    position: absolute;
    left: 14px;
    top: 14px;
    color: #aaa;
    transition: 0.2s;
    z-index: 1;
}

.form-padding:focus ~ .title, .has-content.form-padding ~ .title, .title:focus {
    top: -7px;
    left: 15px;
    font-size: 12px;
    color: #b7b7b7;
    background: white;
    transition: 0.3s;
    z-index: 3;
    color: black
}

input:not(:placeholder-shown) + .title {
    top: -7px;
    left: 15px;
    font-size: 12px;
    color: #b7b7b7;
    background: white;
    transition: 0.3s;
    z-index: 3;
    color: black
}

input:(:placeholder-shown) + .title {
    position: absolute;
    left: 14px;
    top: 14px;
    color: #aaa;
    transition: 0.2s;
    z-index: 1;
}

/*END LOGIN PAGE*/

/*START FORGOT PASSWORD*/

.forgot-btn-back {
    background-color: white;
    color: black;
    border: none;
    font-family: Roboto;
    border-radius: 25px !important;
    font-size: 20px;
    margin: 1rem 0rem;
    padding: 8px 15px;
    border: 2px solid #505050;
    width: 100%;
    font-weight: 900;
    /*border: 2px solid #505050;
    font-family: Roboto;
    border-radius: 25px !important;
    font-size: 17px;
    margin: 1rem 0;
    margin-top: 1rem;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 15px;
    transition: all 0.3s;
    padding: 8px 15px;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    background-color: white;
    color: black;
    width: 100%;*/
}

    .forgot-btn-back:focus, .forgot-btn-back:hover {
        background-color: #A13CFC !important;
        outline: none !important;
        color: white !important;
    }

.forgot-btn-sub {
    background-color: white;
    color: black;
    border: none;
    font-family: Roboto;
    border-radius: 25px !important;
    font-size: 20px;
    margin: 1rem 0rem;
    padding: 8px 15px;
    border: 2px solid #505050;
    width: 100%;
    font-weight: 900;
}

    .forgot-btn-sub:hover {
        background-color: #A13CFC !important;
        transition: all 0.3s !important;
        color: white !important;
        border: 2px solid #A13CFC !important;
    }

.forgot-back-hover {
    margin-right: 10px;
}

    .forgot-back-hover:hover {
        text-decoration: none;
    }
/*END FORGOT PASSWORD*/
.my-checkbox:hover {
    color: #A13CFC;
}

#form_Login {
    position: relative;
    z-index: 20;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:focus {
    border: 1px solid solid;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    border-radius: 25px !important;
    overflow: hidden;
    color: white
}

    input:-webkit-autofill:hover {
        border: 1px solid solid;
        -webkit-text-fill-color: white;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        transition: background-color 5000s ease-in-out 0s !important;
        border-radius: 25px !important;
        overflow: hidden;
        color: #7C26C9
    }

input {
    background-color: transparent !important;
    border-radius: 25px !important;
    overflow: hidden;
    font-family: Roboto;
}

.btn-circle {
    width: 100%;
    border-radius: 25px !important;
}

a {
    color: white !important;
}

    a:hover {
        color: #7C26C9 !important;
    }

.iconSC {
    /*font: normal normal normal 4rem FontAwesome;
    width: 8rem;*/
    flex: 1 1 auto;
    margin: 25px;
    font-size: 3vh;
}

.mt-checkbox > span:hover, .mt-radio > span:hover {
    border: 1px solid #7C26C9 !important;
}

.RememberMe :hover {
    color: #7C26C9 !important;
}
.checkb {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #7C26C9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    left: -5px;
    top: -5px;
}

input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #333;
    content: "\2713";
    text-align: center;
}

