body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 90%; 
    padding: 20px;  
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
}


.row {
    margin: 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 45px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-continue {
    font-weight: bold;
    border: 1px solid black;
    border-radius: 3px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.btn.dropdown-toggle.btn-default {
    height: 45px !important;
}

.form-group .bootstrap-select.btn-group {
    margin-bottom: 15px !important;
}


