﻿body {
    padding-top: 50px;
}

    body form {
        /*border: 1px solid red;*/
        width: 300px;
        text-align: center;
        margin: auto;
    }

        body form img {
            height: 50px;
            margin-bottom: 5px;
        }

.d1 {
    text-align: left;
    padding: 15px;
    border-radius: 15px;
    background-color: white;
    margin-top: 15px;
}

    .d1 label {
        font-size: 12px;
        margin-bottom: 3px;
        font-weight: bold;
    }

    .d1 a {
        font-size: 12px;
        margin-bottom: 3px;
        font-weight: bold;
    }

.d2 .jSubmit {
    border-radius: 15px;
    background-color: forestgreen;
    color: white;
    border: 0;
    padding: 5px 15px;
}

.d2 .cs {
    float: right;
    margin-right: 5px;
}

.d2 .lang {
    float: right;
}

    .d2 .lang button img {
        border: 1px solid red;
        border: 0;
        background-color: transparent;
        width: 15px;
        height: 15px;
        padding: 0;
        outline: none;
        border-radius: 50%;
    }

.forgot-pw .tac {
    position: relative;
}

    .forgot-pw .tac .jSendTac {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: 5px auto;
        color: white;
        background-color: #95AAC9;
        border: 0;
        border-radius: 5px;
        padding: 2px 10px;
        font-weight: bold;
    }

.forgot-pw .btn-reset-pw {
    border-radius: 15px;
    background-color: forestgreen;
    color: white;
    border: 0;
    padding: 5px 15px;
}

.field-warning {
    color: red;
}