﻿.bg {
    background-color: #FF7300;
}
.containers {
    display: flex;
}
.login_field {
    display: flex;
    background-color: white;
    width: 380px;
    height: 500px;
    margin: auto;
    margin-top: 50px;
}

.form_field {
    height: 300px;
    width: 350px;
}



