.login-form{
    width:100%;
    max-width:450px;
    margin:50px 0px; 
    /*background-color: rgba(255, 255, 255, 1);*/
    background-color: #f5f5f9;
    border-radius: 10px;
    /*border: 5px solid rgb(249, 160, 32);*/
    /*-webkit-box-shadow: 0px 0px 10px 3px rgba(249, 160, 32, 1);
    box-shadow: 0px 0px 10px 3px rgba(249, 160, 32, 1);*/
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.bg-black {
    background-color: rgba(0, 0, 0, .045) !important;
}

.text-theme {
    color: #f9a020;
}

.btn.btn-theme {
    color: #fff;
    background-color: #f9a020;
    border-color: #f9a020;
}

.terms-and-conditions > h6 {
    color: #000000;
    font-size: 15px;
    text-align: left;
}

.terms-and-conditions > h6:not(:first-child) {
    padding-top: 10px;
}

.terms-and-conditions > p {
    color: #000000;
    font-size: 12px;
    text-align: justify;
}

.terms-and-conditions > p.sub-content {
    margin-left: 50px;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-selection.select2-selection--single {
    background-color: rgba(0, 0, 0, .045) !important;
    border-color: transparent;
    padding: 0.25rem 1rem !important;
    border-radius: 50rem !important;
}

.select2-selection__placeholder {
    color: #7e7e88!important;
}

.home-language {
    position: absolute !important;
    right: 0;
    top:  0;
}

@media (max-width: 972px) {
	.login.login-5 .login-form {
		margin: 20px;
	}
}

@media (max-width: 575.98px) {
    .login.login-5 .login-form {
        width:100%;
    }
}
