* {
    margin: 0px;
    padding: 0px;
}

body {
    background-attachment: fixed;
    background-image: linear-gradient(rgba(78, 127, 83, 0.5), rgba(0, 0, 0, 0.5)),
        url(../image/1.JPG);
    margin: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}


.loginbox {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    box-shadow: 5px 5px 7px 5px rgba(255, 255, 255, 0.768);
    padding: 20px;
    padding-top: 20px;
}

.logincontainer {
    border-radius: 20px;
    border-bottom-color: rgb(30, 91, 161);
    border-end-start-radius: 20px;
    border: 2px solid rgba(21, 4, 37, 0.389);
    width:380px;
    padding: 5px;
    box-shadow: 5px 10px 7px 5px rgba(0, 0, 0, 0.768);   
    margin: auto; 
}

.asking {
    color: rgb(255, 248, 248);
    font-size: small;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
    align-content: center;
    margin: 15px;
}

.login {
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
}


.input-field {
    display: flex;
    flex-direction: column;
}

.input {
    height: 45px;
    width: 80%;
    border: none;
    outline: none;
    border-radius: 30px;
    color: #fff;
    padding: 0 0 0 45px;
    background: rgba(21, 4, 37, 0.389);
    margin: 10px;
    border:2px solid red;
    transition: 0.9s;

}

.input::-webkit-input-placeholder {
    color: #fff;
}

.input:hover {
    border: 2px solid rgb(130, 137, 188);
    border-style:dotted;
    padding: 10px;
    width:85%;
    /* margin-left: 5px; */


}

.submit {
    display:flex;
    margin-left: 10%;
    justify-content: center;
    border: none;
    border-radius: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    height: 45px;
    outline: none;
    width: 80%;
    background: rgba(100, 114, 114, 0.7);
    cursor: pointer;
    transition: .3s;
}

.submit:hover {
    box-shadow: 5px 5px 5px 5px rgb(20, 4, 114);
    /* margin-left: 10px; */
    margin-left:15%;
}

.bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;


}

.left {
    display: flex;
    
}

label a {
    color: #fff;
    text-decoration: none;
}

label a:hover {
    color: rgba(103, 170, 206, 0.717);
}

label {
    color: rgb(255, 255, 255);
}

.signup {
    /* border:2px solid  black; */
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    outline: none;
    margin-top: 5px;
    margin-bottom: 15px;
    justify-content: center;
    padding-top: 5px;
    box-shadow: 2px 5px 5px 3px rgb(245, 245, 245);


}

.signup label{
    color: rgba(134, 136, 136, 0.828);
}

.sign {

    border: none;
    border-radius: 4px;
    font-size: 15px;
    height: 20px;
    outline: none;
    width: 15%;
    background: none;
    cursor: pointer;
    transition: .1s ease;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.729);
    margin-bottom: 25px;
    padding-right: 2px;
    margin-left: 2px;



}

.sign:hover {
    color: rgba(101, 156, 207, 0.962);
    text-shadow: 2px 1px 2px 5px rgba(231, 231, 231, 0.991);
}