body{
    background-color: rgb(126, 160, 127);
}
main{
    margin-top: 50px;
    margin-left: 27%;
    margin-right: 27%;
    width: 46%;
    height: 370px;
    background-color: rgb(184, 230, 178);
    float: left;
    border-radius: 10px;
}
#left{
    width: 40%;
    height: 370px;
    background-color: rgb(1, 96, 1);
    color: white;
    float: left;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#h1_left{
    margin-top: 30%;
    margin-bottom: 0px;
    font-weight: 100px;
}
#h4_left{
    font-weight: 100;
}
#reg{
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 5px;
    width: 40%;
    height: 30px;
    background-color: rgb(255, 254, 254 , 0);
    color: white;
    border-color: white;
    transition: background-color 1s;
    transition: font-size 0.5s;
}
#reg:hover{
    background-color: rgb(250, 252, 252 , 0.25);
    border-color: rgb(206, 254, 214);
    font-size: 14px;
}



#right{
    width: 60%;
    height: 270px;
    background-color: rgb(184, 230, 178);
    float: left;
    border-top-right-radius: 10px;
    align-items: center;
    flex-direction: column;
    display: flex;
}
#right_bottom{
    width: 60%;
    height: 100px;
    border-bottom-right-radius: 10px;
    background-color: rgb(184, 230, 178);
    float: left;
    align-items: center;
    flex-direction: column;
    display: flex;
}
#p_right{
    margin-top: 10%;
    margin-bottom: 10px;
    font-size: 35px;
}
#input_1 , #input_2{
    width: 75%;
    background-color: rgb(172, 204, 167);
    border-radius: 5px;
}
#username {
    display: flex;
    margin-bottom: 20px;
}
#password{
    display: flex;
}
#login{
    width: 60%;
    height:50px;
    border-radius: 10px;
    background-color: rgb(184, 230, 178);
    transition:  background-color 1s;;
    margin: auto;
}
#login:hover{
     background-color: rgb(116, 153, 111);
}
h2{
    margin: 0;
}
#strelka{
    margin-left: 35%;
    margin-right: 35%;
}
#a_bottom{
    color: black;
    text-decoration: none;
}
#gej{
    width: 80%;
    height: 100px;
    margin-left : 10%;
    margin-right: 10%;
}
#h2_2{
    width: 80%;
    margin-left : 20%;
    margin-right: 10%;
}
