﻿.container, body {
    background-color: #f3f7f8;
    color: rgb(18 52 72);
}

.container{
    margin-top: 10px;
    max-width: 90dvw;
}

.logo {
    max-height: 20dvh;
}

.btn-primary {
    background-color: rgb(252 222 24);
    color: rgb(18 52 72);
    border-radius: 0px;
    margin-top: 10px;
    border: none;
}

.align-right {
    text-align: right;
}

img {
    padding: 30px;
    background-color: rgb(18 52 72);
}

input {
    border-radius: 0px !important;
}