﻿
body {
    background: url("../../Resources/Pictures/BackNewGray.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.external {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: -5vh;
}

.internal {
    display: table-cell;
    vertical-align: middle;
}

.login-card {
    align-content: center;
    margin: auto;
    max-width: 20vw;
    text-align: center;
}

@media only screen and (max-width: 1768px) {

    .login-card {
        align-content: center;
        margin: auto;
        max-width: 24vw;
        text-align: center;
    }
}

h1 {
    font-size: 50px;
}

h5 {
    color: rgba(112,112,112,1);
}

.forgotPass {
    text-decoration: underline;
}

    .forgotPass:hover {
        cursor: pointer;
    }

.spacing1 {
    height: 50px;
    width: 100%;
}

.spacing2 {
    height: 20px;
    width: 100%;
}

.spacing3 {
    height: 30px;
    width: 100%;
}

.email {
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.inp {
    width: 100%;
    display: flex;
}

.EmailInp {
    padding-left: 10%;
    border: none;
    height: 100%;
    max-width: 100%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(0,112,192,0.2);
}

    .EmailInp:focus {
        outline: none;
    }

.iconEmail {
    width: 65px;
    margin-left: auto;
    order: 2;
    background-color: rgba(0,112,192,1);
    border-radius: 0px 10px 10px 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='32' viewBox='0 0 40 32'%3E%3Cpath id='mail_FILL0_wght400_GRAD0_opsz48_1_' data-name='mail_FILL0_wght400_GRAD0_opsz48 (1)' d='M7,40a2.878,2.878,0,0,1-2.1-.9A2.878,2.878,0,0,1,4,37V11a2.878,2.878,0,0,1,.9-2.1A2.878,2.878,0,0,1,7,8H41a2.878,2.878,0,0,1,2.1.9A2.878,2.878,0,0,1,44,11V37a3.076,3.076,0,0,1-3,3ZM24,24.9,7,13.75V37H41V13.75Zm0-3L40.8,11H7.25ZM7,13.75v0Z' transform='translate(-4 -8)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.button {
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.loginButton {
    max-width: 100%;
    height:100%;
    width: 100%;
    border-radius: 10px;
    outline: none;
    border: none;
    background: rgba(0,112,192,1);
    color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid rgba(0,112,192,0.3);
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0,112,192,0.3) inset;
    transition: background-color 5000s ease-in-out 0s;
}
