﻿body {
    overflow: hidden !important;
    font-size: 20px;
}

.login-form {
    background: rgba(149, 71, 0, 0.6);
    border-radius: 30px;
    padding: 90px 0px 40px 0px;
    margin-top:20px;
}

input[type="text"], input {
    background: #FFFFFF;
    box-shadow: inset 0px 2px 5px rgba(104, 104, 104, 0.2);
    border-radius: 20px;
    border: none;
    outline: none;
    text-indent: 5%;
    width: 443px;
    height: 40px;
}

.usoft-login {
    background: #363A3F;
    box-shadow: 0px 4px 4px rgba(132, 71, 0, 0.25);
    border-radius: 50px;
    color: #FFFFFF;
    height: 48px;
    line-height: 24px;
}

.usoft-login:hover {
    color: #FFFFFF;
}

.usoft-login-text {
    color: #FFFFFF;
}

.link-div {
    padding-top: 20px;
    text-align: center
}

.link-div > a {
    color: #fff;
    font-size: 16px;
}

.btn.ms-authenticate {
    height: 41px;
    padding-right: 12px;
    font-size: 18px;
    background-image: url('/css/icons/ms-logo.svg');
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y:50%;
    color:#5e5e5e;
    text-indent:32px;
    background-color:#FFFFFF;
    text-transform:capitalize;
    /*border-radius:50px;*/
}

a.btn.ms-authenticate {
    line-height: 28px;
}

button.btn.ms-authenticate{
    line-height:20px;
}
