
.btn-primary, INPUT, SELECT {
	font-family: 'Nunito Sans', sans-serif;
}


h1{
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0em;
	padding: 0;
	margin: 5px 0 0 0;
}

label {
    font-weight: 300;
    font-size: 18px;
    line-height: 19.2px;
    letter-spacing: 0em;
}

SELECT#tp {
	border: 2px solid #b7b7b7;
	font-size: 16px;
	height: 44px;
	border-radius: 4px;
	padding: 10px 0px 10px 10px;
	position: relative;
	background: #F9F9F9;
}

input#email {

    font-weight: 500;
    font-size: 14px;
    width: 200px;
	margin-left: 10px;
    height: 40px;
    padding: 0px 16px 0px 16px;
    border-radius: 4px;
    border: 2px solid #b7b7b7;
    line-height: 40px;
	position: absolute;

}

input:focus {
    outline: none;
    border: 2px solid #566ae3;
}

button {
    border: 1px solid #D72B2B;
}

.btn{
    width: 100%;
    height: 44px;
    border-radius: 8px;
    gap: 8px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000000;
    background-color: #F9F9F9;
    line-height: 44px;
}

.btn-primary{
	border: 2px solid #566ae3;
	outline: 5px solid #f2f4ff;
    border-radius: 4px;
    color: #566ae3;	
	text-transform: uppercase;
	background-color: #fff;
}




.login-conteiner {
    padding: 4px;
    min-width: 1440px;
}

.login-header {
    
    height: 600px;
    padding: 12px;
    border-radius: 15px;
    /**background-image: url("bgr-icо1.svg");*/
    background-size: cover;
    position: relative;
}

.login-logo {
    width: 146px;
    height: 102px;
    
    top: 70px;
    
    position: absolute;
    left: calc( 50% - 73px);
    margin-right: -50%;

    /*
    left:80px;
    background: #000000;
    border-radius: 8px;*/
}

.login-logo img {
    width: 146px;
    height: 102px;
    padding: 12px;
}

.login-panel{
    display: flex;
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 24px; 
    width: 400px;
   /* height: 560px;*/
    top:230px;
    padding: 20px 50px;
    background: #ffffff;
    border-radius: 8px;
    z-index: 100;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hint {
    width: 90%;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
	margin-top: -15px;
}

.info {
    width: 90%;
    padding: 20px 12px 0px 12px;
    border-top: 1px solid #ddd;
    font-weight: 300;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}

/*DIV.info ul {
	margin: 0;
	padding: 0;
}*/

DIV.info li {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	padding-top: 7px;
}

/*
.why {
	margin-top: -20px;
    font-size: 16px;
	line-height: 20px;
    font-weight: 300;
}
*/
.ico {
    width: 100%;
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: space-around;
    align-content: space-between;
}

.login-footer {
    position: fixed;
    bottom: 0;
    font-weight: 300;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    height: 20px;
    padding: 12px;
    background-color: #ffffff;
}



DIV.info span, DIV.hint span {
	color: #4c4c4c;
    font-weight: 700;
}



