body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #eee;
}
a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
}
.ogrenciGeri {
    z-index: 99;
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ogrenciGeri i {
    font-size: 25px;
    color: #900909;
}
.customContainer1 {
    /*background-image: url('https://portal.beesinav.com/assets/css/img/girisBg.png');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.customSolMtsk {
    /*background-image: url('https://portal.beesinav.com/assets/css/img/mtskBg.png');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.customSolOgrenci {
    background-image: url('../img/giris/ogrenciSag.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.mtsk-sag {
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0px 75px 30px 75px;
    position: relative;
}
/* .mtsk-sag:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
} */
.mtsk-sag-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.customRow1 {
    /*height: 70%;*/
    width: 1100px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 30px; 
    overflow: hidden; 
    box-shadow: 0 0 21px 1px #00000021;
}
.mtsk-sag-imgWrapper {
    width: 250px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.mtsk-sag-imgWrapper img {
    width: 100%;
}
.form {
    width: 100%;
}
.mtsk-header {
    margin-bottom: 25px;
}
.mtsk-header h1 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 34px;
    color: #193b69;
    text-align: center;
}
.mtsk-header p {
    color: #193b69;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1.3px;
}
.inputWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.customInput {
    outline: none;
    border: 0;
    background-color: #fff;
    -webkit-appearance: none;
    width: 98%;
    border: 1px solid #0f5ead;
    border-radius: 21px;
    padding: 8px 20px;
}
.customInput::placeholder {
    color:#8d8d8d;
    letter-spacing: 0px;
    transition: .3s ease-in-out;
}
.customInput:hover::placeholder {
    letter-spacing: .7px;
}
.emailWrapper {
    margin-bottom: 17px;
}
.login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #193b69;
    border: 1px solid #193b69;
    color:#fff;
    border-radius: 20px;
    width: 100%;
    padding: 8px 10px;
    transition: .5s ease-in-out;
    letter-spacing: 1px;
    margin-top: 45px;
    cursor: pointer;
}
.login:hover {
    background-color: #fff;
    color: #193b69;
    letter-spacing: 3px !important;
}
.passWrapper {
    width: 100%;
    padding: 0 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 22px;
}
.forgotPasswd {
    color : #193b69;
    font-weight: 400;
}
.register {
    color : #193b69;
    font-weight: 600;
}
@media only screen and (max-width:1200px) {
    .customRow1 {
        width: 920px;
    }
    .mtsk-sag {
        padding: 85px 40px 85px 40px;
    }
}
@media only screen and (max-width:992px) {
    .customRow1 {
        width: 100%;
        top: 0;
        left: 0;
        transform: unset;
        position: relative;
        box-shadow: none;
        padding-bottom: 10px;
    }
    .mtsk-sag {
        padding: 0 40px 0 40px;
    }
    .customSolMtsk, .customSolOgrenci {
        display: none;
    }
}
@media only screen and (max-width:550px) {
    .customRow1 {
        width: 100%;
        top: 0;
        left: 0;
        transform: unset;
        position: relative;
        box-shadow: none;
    }
    .mtsk-sag {
        padding: 0 10px 10px 10px;
    }
}
.registerR {
    margin-right: 30px;
    margin-top: 20px;
}
.registerR_cancel {
    margin-top: 20px;
    background-color: #ce4545;
    border: 1px solid #ce4545;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* .customSol {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.customSag {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
} */