﻿/*
    Media
 */

@media all and (min-width: 1676px) and (max-width: 2560px) {

    body {
        zoom: 150%;
    }
}

@media all and (min-width:3201px) and (max-width:3840px) {
    body {
        zoom: 270%;
    }

    .auth-form {
        width: 55% !important;
    }

} 
@media all and (min-width:2737px) and (max-width:3200px) {
    body {
        zoom: 220%;
    }

    .auth-form {
        width: 60% !important;
    }
}
@media all and (min-width:1921px) and (max-width:2736px) {

    body {
        zoom: 190%;
    }

    .auth-form {
        width: 65% !important;
    }
} 

@media all and (max-width: 1440px) {

    body {
        zoom: 100%;
    }
}


@media screen and (min-width:768px) and (max-width:1135px) {
    .forgotPassword {
        width: 42% !important;
    }
}



@media all and (min-width:1675px) and (max-width:2030px) {
    .auth-form {
        width: 60% !important;
    }
}

@media all and (min-width:2256px) and (max-width:2560) {

} 
@media all and (min-width:1920px) and (max-width:2255px) {
    body {
        zoom: 120%;
    }

    .auth-form {
        width: 48% !important;
    }
}
@media all and (min-width:1600px) and (max-width:1919px) {
    body {
        zoom: 100%;
    }

    .auth-form {
        width: 50% !important;
    }
}

@media all and (min-width:1440px) and (max-width:1600px) {
    .auth-form {
        width: 53% !important;
    }
}

@media all and (min-width:1366px) and (max-width:1439px) {
    .auth-form {
        width: 56% !important;
    }
}

@media all and (min-width:1024px) and (max-width:1279px) {
    body{
        zoom:90%;
    }
    .auth-form {
        width: 69% !important;
    }
}




