﻿.signintextContainer {
    padding-top: 15px;
    margin: 1em 0;
    padding: 1em 11px;
    width: 100%;
}

.logoContainer {
    width: 100%;
    padding: 0px 11px;
}

.signintext {
    font-size: 1.2em
}

div.form {
    width: 340px;
    min-height: 241px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #111;
    padding: 35px 25px
}

div.form .login-label-text {
    text-align: left;
    padding-left: 1.4em;
    font-size: .9em
}

div.form .login-textbox {
    padding-bottom: 1.8em
}

.signin-button-container {
    margin-top: 35px
}

.btn {
    height: 30px;
    width: 296px;
    padding-top: .3em;
    padding-bottom: .3em;
    margin-left: 1.1em;
    cursor: pointer;
    border: 0;
    font-family: "lato",Arial,sans-serif;
    font-size: 1em
}

.btn-login-submit {
    background-color: #0696b7;
    color: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    left: -10px
}

.textbox {
    width: 290px;
    height: 25px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.error-message-container {
    padding-top: 20px
}

.error-message-container li {
    margin: 0 20px;
    text-align: left;
}

.login-form {
    width: 420px;
    margin: 0 auto;
    position: relative;
    top: 40px;
}

.main-login-form {
    flex: 1 1 50%;
    padding: 25px 10px 25px 0;
}

.external-logins-form {
    width: 358px;
}

.external-logins-header h2 {
    font-size: 1.05em;
    font-weight: 600;
    margin-top: 7.5px;
}

.credentials-label {
    margin-bottom: 24px;
    width: 392px;
    font-size: 14px;
    display: block;
}

.external-logins-button {
    display: block;
    border-radius: 4px;
    padding: 8px 16px;
    width: 100%;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    margin-bottom: 24px;
    color: black;
    text-align: center;
    background: #fff;
}

    .external-logins-button:visited {
        color: black;
    }

    .external-logins-button:hover {
        background-color: #ececec;
    }

    .external-logins-button:active {
        color: black;
    }

.mycase-button {
    background: #2B2A31; /*Older browsers*/
    border: 1px solid #2B2A31;
    border-radius: 4px;
}

    .mycase-button .gem {
        vertical-align: middle;
    }

    .mycase-button .label {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        vertical-align: middle;
    }

    .mycase-button:hover {
        background: #595665; /*Older browsers*/
        background: linear-gradient(180deg, #595665 0%, #2B2A31 100%);
    }

    .mycase-button:active {
        background: #595665; /*Older browsers*/
        box-shadow: inset 0px 1px 3px #004670;
    }

.clio-button {
    background: #41A6E8; /*Older browsers*/
    background: linear-gradient(180deg, #41A6E8 0%, #11A0F8 100%);
    border: 1px solid #0076B8;
    border-radius: 4px;
}

    .clio-button .clio-gem {
        vertical-align:middle;
    }

    .clio-button .clio-label {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        vertical-align: middle;
    }

    .clio-button:hover {
        background: #2D9DEF; /*Older browsers*/
        background: linear-gradient(-180deg, #2D9DEF 2%, #007DD9 100%);
    }

    .clio-button:active {
        background: #41A6E8; /*Older browsers*/
        background: linear-gradient(180deg, #41A6E8 0%, #11A0F8 100%);
        box-shadow: inset 0px 1px 3px #004670;
    }

    .divider {
        width: 1px;
        margin: 20px 0;
        background: #6d6f7140;
        align-self: stretch;
    }

.filevine-button {
    background: #004144; /*Older browsers*/
    border: 1px solid #004144;
    border-radius: 4px;
    color: white;
    display: block;
    padding: 8px 16px;
    width: 100%;
    text-decoration: none;
    margin-bottom: 24px;
    text-align: center;
}

    .filevine-button .gem {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .filevine-button .label {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        vertical-align: middle;
    }

    .filevine-button:hover {
        background: #326669; /*Older browsers*/
        background: linear-gradient(180deg, #326669 0%, #2B2A31 100%);
    }

    .filevine-button:active {
        background: #326669; /*Older browsers*/
        box-shadow: inset 0px 1px 3px #326669;
    }