﻿
.d365 .d365-login {
    background-color: rgba(255, 255, 255, 0.9);
    height: 375px;
    min-width: 425px;
    display: inline-block;
    text-align: center;
    position: relative;
    left: 0px;
    border-radius: 30px;
}

    .d365 .d365-login h4 {
        margin-top: 60px;
        color: #A9202A;
    }

    .d365 .d365-login button {
        padding: 5px 30px;
        padding-left: 30px;
        padding-right: 30px;
        text-transform: uppercase;
        background-color: white;
        border: 3px #C8C9C9 solid;
        border-radius: 30px;
        width: 130px;

    }


.d365 .d365-panel {
    width: 450px;
    height: 375px;
    margin: auto;
    
    margin-top: 300px;
}


.d365 .d365-slide {
    background-color: rgba(255, 255, 255, 0.6);
    height: 375px;
    min-width: 250px;
    padding: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
  
}

    .d365 .d365-slide h4 {
        margin-top: 40px;
        color: #383838;
    }


input[type=text], input[type=password] {
    box-sizing: border-box;
    padding-left: 10px;
    width: 85%;
    margin: auto;
    height: 30px;
    border: none;
    margin: 5px;
    background-color: #E0E0E0;
}

    input[type=text]:focus {
        background-color: lightgray
    }

.wrapper input[type="text"] {
    position: relative;
}

#loginpass.wrapper:before {
    position: relative;
    left: -5px;
    content: "\f0e0";
}

#loginemail.wrapper:before {
    position: relative;
    left: -5px;
    content: "\f30d";
}