﻿body {
    background-color: #f6f5f7;
}

#bymLoginBox {
    width: 450px;
    height: 430px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.04);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#bymLogo {
    background-image: url('/Management/Images/bym3/master/ntr-logo-strap-rgb.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

#bymLoginArea {
    height: 0;
    background-color: #fbfbfb;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

#bymLoginArea input[type="checkbox"] {
    accent-color: #5EC1CA;
}

#bymLoginButtonArea {
    height: 80px;
    background-color: #ffffff;
}

.bymLoginButton {
    border-radius: 3px;
    width: 140px;
    height: 40px;
    border: 1px solid #d2d2d2;
    cursor: initial;
    background-color: #ffffff;
    color: #a0a0a0;
}

#bymButton-send a,
#bymButton-signIn a {
    color: white;
}

#bymButton-send a:hover,
#bymButton-signIn a:hover {
    text-decoration: none;
}

.bymButtonEnabled {
    cursor: pointer;
    background-color: #5ec1ca;
    border: none;
    transition: background-color .2s;
}

.bymButtonEnabled:hover {
    background-color: #50A7AF;
}

.bymButtonEnabled > div {
    color: #ffffff;
}

.bymLoginButtonText {
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    user-select: none;
    transition: color .2s;
}

#bymPasswordLink, #bymUsernameLink {
    color: #5ec1ca;
    user-select: none;
    cursor: pointer;
    font-size: 12px;
}

#bymPasswordLink:hover, #bymUsernameLink:hover {
    color: #50A7AF;
}

#bymRememberCheck + label {
    color: grey;
    font-size: 14px;
    user-select: none;
}

.bymLoginText {
    color: grey;
    font-size: 14px;
}

.bymLoginErrorText {
    color: red;
    font-size: 14px;
}

#bymTermsText {
    text-align: center;
}

#bymTermsText a {
    color: #5ec1ca;
}

 a {
    color: #5ec1ca;
}

.bym-none {
    display: none;
} 

.bymTextBorder {
    border-color: #dfe2e4;
    box-shadow: none !important;
}

::-webkit-input-placeholder {
    color: #a0a0a0;
}

::-moz-placeholder {
    color: #a0a0a0;
}

::-ms-input-placeholder {
    color: #a0a0a0;
}

::-moz-placeholder {
    color: #a0a0a0;
}