body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #393838;
}

.login-form .content {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

#password-step {
    display: none;
}

.support {
    display: inline-block;
}

.logo {
    max-width: 100%;
    max-height: 150px;
    margin: 50px auto 30px;
}
.logo img{
    max-height: 150px;
    object-fit: contain;
}

.error {
    color: red;
}

ul {
    list-style: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.login-form {
    width: 400px;
    margin: 0 auto;
}

.org-select input {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.org-select {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    height: 50px;
    line-height: 1.5;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org-select.selected {
    border: 1px solid #4CAF50;
    color: #4CAF50;
}

.img-holder {
    width: 100px;
    float: left;
    height: 30px;
    overflow: hidden;
    margin-right: 10px;
    top: 0;
    line-height: 1;
}

.img-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.error-msg {
    color: red;
    margin-top: 10px;
}

#password-wrap {
    transition: 3s ease-in all;
    margin-bottom: 10px;
}

.no-height {
    height: 0;
    overflow: hidden;
}

.org-select span {
    font-size: 14px;
    line-height: 2;
    position: absolute;
    right: 5px;
}

.org-select.selected span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

}

.margin-less-btn {
    margin-bottom: 20px;
}


/*#internal_act #password {
    border-radius: 0;
    height: 45px;
}*/

.new-modal .btn_close {
    background: rgb(48, 113, 169);
    color: #fff;
}

.new-modal .btn_close:hover{
    background: #3071a9;
    text-decoration: none;
}