﻿  
html, body, .login-section, .card {
    height: 100vh;
}

* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    font-family: "Open Sans",sans-serif !important;
}

.anc {
    text-decoration: none;
    font-family: sans-serif;
}


.card-body {
    margin-left: 25px;
    margin-right: 25px;
}

.card-footer {
    margin-left: 22px;
    margin-right: 22px;
    font-size: 15px;
}

.card-footer, .card-header {
    background-color: inherit;
    border-bottom: 0;
    border-top: 0;
}

.logo {
    margin-top: 7px;
}

.col-9.policy {
    text-align: left;
    letter-spacing: 1px;
    margin-top: 5px;
}

.forget {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: red;
}

    .forget a {
        text-shadow: 1px 0px #ccc;
        color: #8f9092;
        text-decoration: none;
        font-weight: 400;
    }

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-switch {
    padding-left: 15px;
}

label {
    color: #747474;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    height: 20px;
}

.start {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #7C7C7C;
    margin-top: 0px;
    margin-bottom: 3px;
}

.design {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0px 1px 0px #666666;
}

.anc {
    text-decoration: none;
}

.containerr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 50px;
    margin-top: 14px;
    margin-bottom: 15px;
}

h4 {
    margin: 0;
    padding: 0;
}


.companycode {
    margin-top: 8px;
}

.empcode {
    margin-top: 7px;
}

.Passwords {
    margin-top: 7px;
}

.applebutton {
    margin-top: 1px;
    margin-right: 98px;
    width: 165px;
    height: 35px;
}

.googlebutton {
    margin-top: 1px;
    border-radius: 1%;
    width: 110px;
    height: 35px;
}

.logo-pockets {
    height: 52px;
    margin-top: -4px;
}

.sub {
    font-weight: bold;
    height: 28px;
    font-size: 0.9rem;
}

.pock {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #B1B1B1;
}

.foot {
    color: #8f9092;
    font-size: 13px;
    position: absolute;
    margin-top: 5px;
}

.foot1 {
    font-size: 13px;
}

.img-bot {
    background-image: url( ../login/img/loginbannerimage.jpg), url(/login/img/loginbannerimage.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100vh;
}

.tab {
    height: 100vh !important;
}


.store {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 10px;
}


.microbutton {
    margin-left: 5px;
    width: 70px;
    height: 30px;
}

.googlee {
    margin-left: 5px;
    width: 30px;
    height: 30px;
}

.linkden {
    margin-left: 5px;
    width: 30px;
    height: 30px;
}

.signus {
    line-height: 25px;
}

@media (min-width: 992px)and(max-width:1024px) {
    .tab {
        height: 100vh;
    }

    .anc {
        font-size: 12px !important;
    }

    .design img {
        width: 127px !important;
    }
}

@media (max-width: 768px) {

    .tab {
        height: 100% !important;
    }

    .img-bot {
        background-image: url( ../../pockethrms.blob.core.windows.net/loginimages/ess-1.jpg), url(/login/images/mobile3.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .anc {
        font-size: 13px;
    }
}

.remember {
    margin-top: 10px;
    margin-bottom: 18px;
}


.form-check-input:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

@media only screen and (min-width: 1440px) {


    .logo {
        margin-top: 37px;
    }

    .start {
        font-family: sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 26px;
        line-height: 28px;
        color: #7C7C7C;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .companycode {
        margin-top: 20px !important;
    }

    .empcode {
        margin-top: 21px;
    }

    .Passwords {
        margin-top: 28px;
    }

    label {
        color: #747474;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        height: 25px;
    }

    .remember {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .forget {
        margin-bottom: 35px;
    }

    .containerr {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-left: 40px;
        margin-right: 50px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .applebutton {
        margin-top: -6px;
        margin-left: 20px;
        width: 160px;
        height: 54px;
    }

    .googlebutton {
        margin-top: -6px;
        border-radius: 1%;
        width: 142px;
        height: 53px;
    }

    .logo-pockets {
        height: 70px;
    }

    .col-9.policy {
        text-align: left;
        letter-spacing: 1px;
        margin-top: 23px;
    }

    .sub {
        font-weight: bold;
        height: 32px;
        font-size: 16px;
    }

    .forget a {
        font-size: 18px;
    }

    .pock {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 16px;
        color: #B1B1B1;
    }

    .foot {
        color: #8f9092;
        font-size: 16px;
        position: absolute;
        margin-top: 5px;
    }

    .foot1 {
        font-size: 16px;
    }

    .store {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-left: 40px;
        margin-right: 40px;
    }

    .microbutton {
        margin-left: 5px;
        width: 90px;
        height: 40px;
    }

    .googlee {
        margin-left: 5px;
        width: 50px;
        height: 40px;
    }

    .linkden {
        margin-left: 5px;
        width: 50px;
        height: 40px;
    }

    .signup {
        margin-top: 10px;
    }

    .signus {
        font-size: 18px;
        line-height: 40px;
    }
}






/*

@media only screen and (max-width: 1366px)
{


    .logo{margin-top: 40px;}

	.start{font-family: sans-serif;
		font-style: normal;
		font-weight: 800;
		font-size: 26px;
		line-height: 28px;
		color: #7C7C7C;
		margin-top:25px;
		margin-bottom:25px;
		}

.companycode{margin-top:25px!important;}
.empcode{margin-top:25px;}
.Passwords{margin-top:25px;}

.containerr {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	margin-left: 40px;
        margin-right: 50px;
		margin-top: 40px;
		margin-bottom: 30px;
}
}
*/

.alert {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: .9375rem;
}
 