﻿.Login {
    background: #237f9e;
    background: -moz-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #237f9e), color-stop(100%, rgba(58,122,213,1)));
    background: -webkit-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -o-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -ms-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: linear-gradient(to right, #237f9e 0%, rgba(58,122,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#3a7ad5', GradientType=1 );
}

.fa-flag:before {
    font-family: 'icomoon';
    content: "\e603";
    font-size: 70px;
}

.TitleLogin {
    font-size: 36px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
}

.fa-fw {    
    width: auto;
}

.Login_Box {
    margin-top: -215px;
    padding-top: 0px;
}


.LabelLogin {
    font-size: 12px;
    color: #fff;
}

input[type="text"], input[type="password"] {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #000;
    padding: 0 10px   
}

.Login__Logo {
    padding-top: 0;
}

.Button.Is_Default {
    border: 0;
    border-radius: 3px;
    color: #fff;
}

.Button.Link {
    width: 100%;
    display: block;
    height: 32px;
    color: #fff;
    line-height: 30px;
    border: 1px solid #fff;
}

.Login__Form .Button:active {
    background-color: transparent;
    -moz-box-shadow: transparent;
    box-shadow: inset 0 0 10px 0 rgba(59, 79, 49, 0.4);
    border: 1px solid #fff;
}

.phone.landscape .Login__Logo {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -105px;
}

.phone.landscape .Login_Box {
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    top: 0;
}

.phone.landscape .Login__Form {
    width: 280px;
    right: 0;
    position: absolute;
    top: 50%;
    margin-top: -112px;
}

.phone.landscape .TitleLogin {
    font-size: 56px;
 }

.phone.landscape .InputLogin {
    margin-top: 5px !important;
}

.phone.landscape .Button.Is_Default {
    height: 38px;
    line-height: 36px;
}

.phone.landscape .Button.Link {
    z-index: 999;
    margin-left: 0 !important;
}

.phone.landscape .Login_Footer {
    display:none;
}

.Button.Link:active {
    box-shadow: inset 0 4px 6px 0 rgba(0, 0, 0, .15);
    border: 1px solid #fff;
}