.form-urls{
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.fow{
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 500px;
    border-radius: 10px;
}

body{
    background-color: #f3f3f3;
}

.col-lg-5{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.zagolovok {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#login-form{
    padding: 30px;
}

.btn{
    background-color: #f3a935;
    border: #f3a935;
}

.reg{
    display: flex;
    justify-content: center;
}

.form-create-user{
    display: flex !important;
    justify-content: space-between;;
}

.app{
    width: 300px !important;
    height: 200px;
}

hr {
    background-color: #f3a935;
}

.carousel{
    width: 730px !important;
}

.body-content {
    display: flex;
    justify-content: center;
}