.logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.content-form{
    margin-bottom: 30px;
    padding: 2.5em;
    /* background: #f0f8ff; */
    background: #fff;
    box-shadow: 0 0rem 3rem 0 rgba(1, 67, 152, 0.2);
    border-radius: 10px;
    /* border: 1px solid red !important; */
}
.bg-platform{
    background-color: #007b5e;
    color: #fff;
}
.form-control{
    height: 45px !important;
    text-transform: uppercase;
}
.form-control:focus,
.form-control:active {
    /* border-color: #007b5e !important; */
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 94, 1)!important;
}
.btn-platform{
    background-color: #007b5e;
    color: #fff;
    padding: 10px;
    outline: none !important;
    border: none !important;
    font-size: 14px;
    margin-top: 1em;;
}
.btn-platform:hover{
    color: #007b5e !important;
    background-color: #fff !important;
    box-shadow: 0 0rem 3rem 0 rgba(1, 67, 152, 0.2);
}
.iti {
    width: 100%;
}
.text-color-platform{
    color: #007b5e;
}
.thumb{
    border-radius: 5px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
}