/*yatay*/
@media all and (orientation:landscape){
    .loginBox {
        background: rgba(121, 125, 147, 0.4) none repeat scroll 0 0;
        border-radius: 4px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2px;
        width: 432px;
        padding-bottom: 2em;
    }

}
/*dik*/
@media all and (orientation:portrait) {

    html{
        background-color: rgb(43,43,43);
    }

    .loginBox {
        background: rgba(121, 125, 147, 0.4) none repeat scroll 0 0;
        border-radius: 4px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        width: 90%;
        padding-bottom: 2em;
    }
}

.container{
    padding: 2em !important;
}

.loginLogo {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}
.loginCizik{
    height: 2px;
    background: -moz-linear-gradient(left center , rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);

    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
}
.loginSpace{
    margin-bottom: 38px;
}
.loginHeadText{
    color: #ffffff;
    font-size: 34px;
    text-align: center;
}
#loginHeadTextNext{
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    background: rgb(204, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0.2em;
    margin-bottom: 0.4em;
}
.evoInputGroup, .loginSend, .loginVPage{
    margin-left: 10% !important;
    margin-right: 10% !important;
    width: 80% !important;
}

.evoInputGroup{
    margin-bottom: 0;
    margin-top: 0;

}

.loginUserName {
    height: 40px !important;
    /*border-radius: 4px 4px 0 0 !important;*/
    margin-bottom: 0 !important;
}
.loginPassword {
    height: 40px !important;
    /*border-radius: 0 0 4px 4px !important;*/
    margin-top: 0 !important;
}
.loginSend {
    background: rgb(204, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
}

.loginVPage {
    border: medium none !important;
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
}

.evoNetLogin{
    /*border:1px solid #007BB8;*/
    border-radius: 8px;

    height: 465px;
    text-align: center;

    padding: 30px;

    margin-left: auto;
    margin-right: auto;
}
.loginText{
    text-align: center;
    color:#fff;
    font-size: 1.2em;
}