
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1201px) {
    .login-container{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        float: left;
    }
    .login-left-box{
        display: flex !important;
        height:100%;
        background: #fff;
        box-shadow:0px 0px 5px #000;
    }
    .login-left-box-logo img{
        max-width: 100%;
        height: auto;
    }
    .login-left-box-button{
        background: #000;
        float: left;
        text-decoration: none;
        color: #fff;
        border-radius: 10px;
    }
    .login-left-box-button:nth-child(2) {
        background: #FF6610;
      }
    .login-left-box-button:nth-child(3) {
        background: #0093D4;
      }
    
      .login-right-box{
        height:100%;
        background:url(img/bg.jpg);
        background-size:cover;
        box-shadow:0px 0px 5px #c1c1c1;
    }
    .login-right-box-index{
        border-radius:10px ;
        background: #fff;
        box-shadow: 0px 0px 5px #c1c1c1;
    }
    .login-right-box-user{
    
    }
    
    .user-title{
        color:#FF6610;
        font-size: 1.5rem;
    }
    
    .login-right-box-user img{
        max-width:50px !important;height: auto;
    }
    .user-circle{
        background: #fff;
        border: solid 1px #b5b5b5;
        border-radius: 100px;
        width: 100px !important;
        height: 100px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .login-input{
        border: 0px;
        box-shadow: 0px 0px 5px #ddd;
        border-radius: 15px;
    }
    .forget-password{
        text-align: left;
    }
    .forget-password a{
        color:#000;
        text-decoration: none;
        text-align: left;
    }
    
    .login-right-box-button{
        display:flex;
        justify-content: center;
        align-items: center;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-radius:10px !important;
        background: #FF6610;
        float: left;
        text-decoration: none;
        color: #fff;
		border: 0px;
    }

}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 769px) and (max-width:1200px) {

    .login-container{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        float: left;
    }
    .login-left-box{
        display: flex !important;
        height:100%;
        background: #fff;
        box-shadow:0px 0px 5px #000;
    }
    .login-left-box-logo img{
        max-width: 100%;
        height: auto;
    }
    .login-left-box-button{
        background: #000;
        float: left;
        text-decoration: none;
        color: #fff;
        border-radius: 10px;
    }
    .login-left-box-button:nth-child(2) {
        background: #FF6610;
      }
    .login-left-box-button:nth-child(3) {
        background: #0093D4;
      }
    
      .login-right-box{
        height:100%;
        background:url(img/bg.jpg);
        background-size:cover;
        box-shadow:0px 0px 5px #c1c1c1;
    }
    .login-right-box-index{
        border-radius:10px ;
        background: #fff;
        box-shadow: 0px 0px 5px #c1c1c1;
    }
    .login-right-box-user{
    
    }
    
    .user-title{
        color:#FF6610;
        font-size: 1.5rem;
    }
    
    .login-right-box-user img{
        max-width:50px !important;height: auto;
    }
    .user-circle{
        background: #fff;
        border: solid 1px #b5b5b5;
        border-radius: 100px;
        width: 100px !important;
        height: 100px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .login-input{
        border: 0px;
        box-shadow: 0px 0px 5px #ddd;
        border-radius: 15px;
    }
    .forget-password{
        text-align: left;
    }
    .forget-password a{
        color:#000;
        text-decoration: none;
        text-align: left;
    }
    
    .login-right-box-button{
        display:flex;
        justify-content: center;
        align-items: center;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-radius:10px !important;
        background: #000;
        float: left;
        text-decoration: none;
        color: #fff;
		border: 0px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 577px) and (max-width:768px) {

    .login-container{
        flex-direction: row-reverse;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        float: left;
    }
    .login-left-box{
        display: none !important;
    }

    
      .login-right-box{
        width: 100% !important;
        height:100%;
        background:url(img/bg.jpg);
        background-size:cover;
        box-shadow:0px 0px 5px #c1c1c1;
    }
    .login-right-box-index {
        width: 55% !important;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 0px 5px #c1c1c1;
    }
    .login-right-box-user{
    
    }
    
    .user-title{
        color:#FF6610;
        font-size: 1.5rem;
    }
    
    .login-right-box-user img{
        max-width:50px !important;height: auto;
    }
    .user-circle{
        background: #fff;
        border: solid 1px #b5b5b5;
        border-radius: 100px;
        width: 100px !important;
        height: 100px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .login-input{
        border: 0px;
        box-shadow: 0px 0px 5px #ddd;
        border-radius: 15px;
    }
    .forget-password{
        text-align: left;
    }
    .forget-password a{
        color:#000;
        text-decoration: none;
        text-align: left;
    }
    
    .login-right-box-button{
        display:flex;
        justify-content: center;
        align-items: center;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-radius:10px !important;
        background: #000;
        float: left;
        text-decoration: none;
        color: #fff;
		border: 0px;
    }

}

/* Eski telefonlar, 321 ve yukarısı */
@media(min-width:321px) and (max-width:576px){

    .login-container{
        flex-direction: row-reverse;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        float: left;
    }
    .login-left-box{
        display: none !important;
    }

    
      .login-right-box{
        width: 100% !important;
        height:100%;
        background:url(img/bg.jpg);
        background-size:cover;
        box-shadow:0px 0px 5px #c1c1c1;
    }
    .login-right-box-index {
        width: 85% !important;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 0px 5px #c1c1c1;
    }
    .login-right-box-user{
    
    }
    
    .user-title{
        color:#FF6610;
        font-size: 1.5rem;
    }
    
    .login-right-box-user img{
        max-width:50px !important;height: auto;
    }
    .user-circle{
        background: #fff;
        border: solid 1px #b5b5b5;
        border-radius: 100px;
        width: 100px !important;
        height: 100px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .login-input{
        border: 0px;
        box-shadow: 0px 0px 5px #ddd;
        border-radius: 15px;
    }
    .forget-password{
        text-align: left;
    }
    .forget-password a{
        color:#000;
        text-decoration: none;
        text-align: left;
    }
    
    .login-right-box-button{
        display:flex;
        justify-content: center;
        align-items: center;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-radius:10px !important;
        background: #000;
        float: left;
        text-decoration: none;
        color: #fff;
		border: 0px;
    }
}

/* En Küçük telefonlar  */
@media(max-width:320px){

    .login-container{
        flex-direction: row-reverse;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        float: left;
    }
    .login-left-box{
        display: none !important;
    }

    
      .login-right-box{
        width: 100% !important;
        height:100%;
        background:url(img/bg.jpg);
        background-size:cover;
        box-shadow:0px 0px 5px #c1c1c1;
    }
    .login-right-box-index {
        width: 85% !important;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 0px 5px #c1c1c1;
    }
    .login-right-box-user{
    
    }
    
    .user-title{
        color:#FF6610;
        font-size: 1.5rem;
    }
    
    .login-right-box-user img{
        max-width:50px !important;height: auto;
    }
    .user-circle{
        background: #fff;
        border: solid 1px #b5b5b5;
        border-radius: 100px;
        width: 100px !important;
        height: 100px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .login-input{
        border: 0px;
        box-shadow: 0px 0px 5px #ddd;
        border-radius: 15px;
    }
    .forget-password{
        text-align: left;
    }
    .forget-password a{
        color:#000;
        text-decoration: none;
        text-align: left;
    }
    
    .login-right-box-button{
        display:flex;
        justify-content: center;
        align-items: center;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-radius:10px !important;
        background: #000;
        float: left;
        text-decoration: none;
        color: #fff;
		border: 0px;
    }
}


