
@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700,800,900);
body {
    font-size: 13px !important;
    font-family: Nunito,sans-serif;
    overflow: hidden;
    position: relative;
}
.auth-content {
    margin: auto;
    max-width: 330px;
    min-width: 315px;
}
.auth-layout-wrap {
    align-items: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    
        background-size: cover;
    position: relative;
    background-color: #c6c6c6;
    background-blend-mode: multiply;
}
.login-box{
    border: 1px solid gray;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    color: #05070b;
}



.auth-logo{
    margin-bottom: 30px;
    text-align: center;
}
.auth-logo img {
    width: 180px;
}
.sign-in{
    font-size: 18px;
    margin-bottom: 1rem !important;
    color: #05070b;
}
.login-form .form-group{
    margin:0px;
    margin-bottom: 10px;
    position: relative;
}
.card {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(10,2,30,.125);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.login-left-div{
    padding: 24px;
}
.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 20px;
    color: #374151;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 1.5;
    padding: 5px 13px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    border-radius: 20px;
    border-color: #10b981;
}
.field-name{
    font-size:12px;
    margin-bottom:7px;
}
.submit-btn-div {
    border-radius: 40px !important;
    width: 100%;
    background: #732e4e;
    border-color: #732e4e;
    color: #fff;
}
.submit-btn-div:hover {
    background: #732e4e;
    border-color: #732e4e;
    box-shadow: 0 8px 25px -8px #732e4e;
    color: #fff;
}
.submit-btn-div.active {
    background-color: #692cf3;
    border-color: #6020f3;
    color: #fff;
}
.forget-password {
    margin-top: 10px;
    text-align: center;
    text-decoration: underline;
}
.forget-password a{
        color: #4b5563 !important;
}
.forgot-password{
    width:auto;
}