@font-face {
    font-family: Poppins-Regular;
}

@font-face {
    font-family: Poppins-Medium;
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}
body{
    background-image: url('LoginAssets/images/rose.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}
#loginform-username::placeholder {
    Color:#4DBEEE;
    opacity: 1;
}
#loginform-passwordhash::placeholder {
    Color:#4DBEEE;
    opacity: 1;
}
.container-login100 {
    min-height: 0 !important;
}

.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #ddd !important;
    background: -webkit-linear-gradient(bottom, #7579ff, #b224ef);
    background: -o-linear-gradient(bottom, #7579ff, #b224ef);
    background: -moz-linear-gradient(bottom, #7579ff, #b224ef);
    background: linear-gradient(bottom, #7579ff, #b224ef);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
input , button {
    border-radius: 30px !important;
    padding: 15px !important;
    height: 40px !important;
}
button{    line-height: 0px;}
.login100-form-logo {
    font-size: 60px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #17A084 !important;
    margin: 0 auto;
}
.login100-form-logo {
    border-radius: 30px !important;
    padding: 15px;
    height: 35px;
}
#login-form{
    border-radius: 15%;
}

a {
    border-radius: 30px !important;
    padding: 15px !important;
    height: 40px !important;
}
body{
    position: relative;
    height: 1085px;
}
.login-wrapper{
    background-image: url('../../images/login/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.contant{
    position: absolute;
    width: 77%;
    height: 816px;
    left:11.5%;
    top: 115px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.contant .logo {
    text-align: center;
    margin-top: 5%;
}
.contant .title-span {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 30px;
    line-height: 50px;
    color: #1b7398;
}
.contant .login-form{
    width: 33%;
    height:auto;
    margin-top: 10%;
    margin-left: 37%;
}


.contant .login-form input{

    box-sizing: border-box;
    left: 0%;
    right: 0%;
    border: 1px solid #E8E8E8;
    border-radius: 5px !important;
    Width:100%;
    Height:50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1b7398;
}

.contant .login-form label{
    font-weight: 400;
    font-size: 16px;
}
.login-form .form-group{
    margin-bottom: 10px;
    margin-top: 20px;
}
.field-loginform-username label{
    left: 0%;
    right: 88.57%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1b7398;
    display: block;
}
.field-loginform-passwordhash label{
    left: 0%;
    right: 79.71%;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1b7398;
}
#loginform-username{
    box-sizing: border-box;
    left: 0%;
    right: 0%;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}
#loginform-passwordhash{
    box-sizing: border-box;
    left: 0%;
    right: 0%;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}
#loginform-rememberme{
    box-sizing: border-box;
    left: 20%;
    bottom: 17.47%;
    background: #F7FAFC;
    border: 1px solid #E8E8E8;
    width: 15px;
    height: 15px !important;
    outline: none;
    cursor: pointer;
    border-radius: 50% !important;
    padding: 7px !important;
}

#loginform-rememberme:checked{
    padding: 7px !important;
    background-color: #ffffff;
    /*background-color: #00A0D7;*/
}


.form-checkbox label{
    padding-left: 25px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 19px;
    color: #1b7398;
}
.form-checkbox .Forgot{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1b7398 !important;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-checkbox .Forgot a{
    padding : 0px !important;
    color: #1b7398 !important;
}
.container-login100-form-btn button{
    border-radius: 5px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    height: 50px !important;
    padding: 0px !important;
    color: #FFFFFF;
}
.container-login100-form-btn a{
    background: #00A0D7;
    border-radius: 5px !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    height: 50px !important;
    color: #FFFFFF;
}
.field-loginform-rememberme{
    display: inline-block;
    margin: 0px !important;
}
.circle-1{
    position: absolute;
    width: 111px;
    height: 111px;
    left: -67px;
    top: -75px;
}


.circle-2{
    top: 137px;
    position: absolute;
}
.circle-3{
    position: absolute;
    top: 663px;
}
.circle-4{
    position: absolute;
    left: 83%;
    top: 80%;
}
.circle-5{
    left: -157px;
    position: absolute;
    top: 105%;
}
.circle-6{
    position: absolute;
    top: -15%;
    left: 48%;
}
.circle-7{
    position: absolute;
    top: 154px;
    left: 68%;
}
.circle-8{
    position: absolute;
    top: 130px;
    left: 89%;
}
.circle-8{
    position: absolute;
    top: 130px;
    left: 89%;
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .circle-8 {
        position: absolute;
        top: 130px;
        left: 89%;
        width: 10%;
    }
    .contant .login-form {
        width: 38%;
        margin-top: 10%;
        margin-left: 35%;
    }
    .circle-7 {
        position: absolute;
        top: 110px;
        left: 75%;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1000px) {
    .contant .login-form
    {
        width: 35%;
    }
    .title-span{
        font-size: 22px !important;
    }
    .container-login100-form-btn button,.container-login100-form-btn a{
        font-size: 20px !important;
    }
    .circle-6{
        width: 6%;

    }
    .circle-2,.circle-3,.circle-4,.circle-5,.circle-6,.circle-7,.circle-8{
        width: 10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
    body{
        height: auto;
    }
    .contant {
        height: auto;
        padding: 8% 0;
        margin: 0% 0;
    }
    .contant .login-form
    {
        width: 40%;
        margin-left: 30%;
    }
    .title-span{
        font-size: 20px !important;
    }
    .container-login100-form-btn button,.container-login100-form-btn a{
        font-size: 18px !important;
        padding: 0px !important;
    }
    .circle-6{
        width: 6%;

    }
    .circle-7{
        left: 74%;
    }
    .circle-2,.circle-3,.circle-4,.circle-5,.circle-7,.circle-8{
        width: 10%;
    }
}
@media only screen and (min-width: 550px) and (max-width: 768px) {
    .contant .login-form
    {
        width: 47%;
        margin-left: 28%;
    }
    .title-span{
        font-size: 20px !important;
    }
    .container-login100-form-btn button,.container-login100-form-btn a{
        font-size: 18px !important;
        padding: 0px !important;
    }
    .circle-6{
        width: 6%;

    }
    .circle-7{
        left: 74%;
    }
    .circle-2,.circle-3,.circle-4,.circle-5,.circle-7,.circle-8{
        width: 10%;
    }
    .form-checkbox .Forgot ,.form-checkbox label{
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 250px) and (max-width: 550px) {
    body{
        height: auto;
    }
    input, button{
    }
    .form-checkbox label{
        padding-left: 10px !important;
    }
    .contant{
        height: auto;

        width: 85%;
        margin: 22% 7%;
        left: 0;
        top: 0;
    }
    .contant .logo img{
        width: 40%;
    }
    .contant .login-form
    {
        /*width: 57%;*/
        /*margin-left: 20%;*/
        /*padding: 15px;*/
        width: 80%;
        margin-left: 9%;
        padding: 15px;
    }
    .title-span{
        font-size: 18px !important;
    }
    .contant .login-form label{
        font-size: 14px;
    }
    .contant .login-form input{
        font-size: 12px;
    }
    .container-login100-form-btn button,.container-login100-form-btn a{
        font-size: 15px !important;
        padding: 0px !important;
    }
    .circle-6{
        width: 6%;
        top: -18%;
    }
    .circle-7{
        left: 74%;
        top: 80px;
    }
    .circle-2,.circle-3,.circle-4,.circle-5,.circle-7,.circle-8{
        width: 10%;
    }
    .form-checkbox .Forgot ,.form-checkbox label{
        font-size: 8px !important;
    }
    .circle-1{
        width: 20%;
        top:-24px;
    }
    .circle-3{
        top: 390px;
    }
}

#loginform-rememberme:checked {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
}


#loginform-rememberme 
{
    background: #000;
    border: 2px solid #000;
}

/* General styling for the login form container */
.login-form {
max-width: 400px;
background: #ffffff;
margin-left: 5%; /* Aligns the form to the left */
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
/*text-align: left; */ /* Aligns text inside the form to the left */
padding: 2% !important; 
margin-top: 5% !important;
}


/* Form input fields */
.form-group input {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 16px;
outline: none;
transition: 0.3s;
}

.form-group input:focus {
border-color: #007bff;
box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

/* Remember me checkbox and forgot password link */
.form-checkbox {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
margin: 10px 0;
}

.Forgot a {
text-decoration: none;
color: #007bff;
transition: 0.3s;
}

.Forgot a:hover {
text-decoration: underline;
}

.container-login100-form-btn .btn {
width: 100%;
padding: 12px;
font-size: 18px;
font-weight: bold;
border-radius: 5px;
transition: 0.3s;
border-radius: 10px;
}

.container-login100-form-btn .btn:hover {
background-color: #0056b3;
} 