body {
    min-width: 0;
    color: #3c434a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    background: #f0f0f1;
}

button.btn.btn-primary.btn-lg.btn-block {
    background: #04ACDB;
    border-radius: 5px;
    font: normal 15px "Roboto", sans-serif;
    color: #fff;
    /*margin: 7px 0 7px;*/
    min-height: 32px;
    box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
    height: auto;
    line-height: 20px;
    padding: 13px;
    border-color: #04ACDB;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
}
button.btn.btn-primary.btn-lg.btn-block:hover {
    background: #99AA50;
    border-radius: 5px;
    font: normal 15px "Roboto", sans-serif;
    color: #fff;
    /*margin: 7px 0 7px;*/
    min-height: 32px;
    box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
    height: auto;
    line-height: 20px;
    padding: 13px;
    border-color: #99AA50;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
}

.brack-line:before {
    content: '';
    display: block;
    text-align: center;
    width: 100%;
    height: 1px;
    background: #04ACDB;
    position: relative;
    top: 10px;
}
.brack-line {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.brack-line span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0 5px;
}

.login * {
    margin: 0;
    padding: 0;
}

label {
    font-size: 14px !important;
    line-height: 1.5 !important;
    display: inline-block !important;
    margin-bottom: -5px !important;
}

input{
    height:48px;
}
select{
    height:48px;
}

.required {
    color: #ff0000;
    margin-left:5px;
}

.card-body{
    margin-top:15px; 
    box-shadow: 0 0 15px rgba(0,0,0,.8); 
    padding: 26px; 
    margin-bottom:15px; 
    margin-top:15px; 
    border-radius:5px; 
    background-color:white; 
    max-width: 449px;
}

button{
    margin-top:15px;
    margin-bottom:15px;
}

button a{
    color: white;
    text-decoration: none;
}

button a:hover{
    color: white;
    text-decoration: none;
}
p{
    margin-top:15px;
    margin-bottom:15px;
    font-size: 18px;
}

.link_site{
    color:#04ACDB;
}

.link_site:hover{
    color:#99AA50;
}
select {
    width: 100%; /* Adjust as needed */
    overflow: hidden;
}
