﻿@import url('https://fonts.googleapis.com/css?family=Lato');
body {
    text-align: center;
    font-family: 'lato', sans-serif;
}
.logocontainer {
    background: #053F05;
    margin: 0 auto;
    height: 67px;
    /*width: 380px;*/
    align-content: initial;
}

.logo {
    background-image: url("/Content/Images/mobile-landing-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    height: 52px;
    display: block;
    margin-top: 10px;
    position: relative;
}

.dark-green-ground {
    /*background-color: black;*/
    background-color: #fff;
    min-height: 30px;
}

.errormsgpart1 {
    font-size: 50px;
    color: gray;
}

.errormsgpart2 {
    font-size: 25px;
    color: gray;
}
.errormsgpart1AR {
    font-size: 50px;
    color: gray;
}

.errormsgpart2AR {
    font-size: 25px;
    color: gray;
}

.anchorbtn {
    text-decoration: none;
    color: #B0ADAD;
    border: 1px solid #C1BEBE;
    border-radius: 2px;
    padding: 6px;
}

.btncontanier {
    margin: 30px;
}

/*.face-book {
    background-image: url("/Content/Images/Facebook-Icon-reversed.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    /*margin: 0px 0px 5px 0px;*/
    /*margin: 5px;
}
.twitter {
    background-image: url("/Content/Images/Twitter-Icon-reversed.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 10px 0px 5px 0px;
}*/

/*.you-tube {
    background-image: url("/Content/Images/Youtube-Icon-reversed.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 5px 5px 5px;
}

.linked-in {
    background-image: url("/Content/Images/Linkedin-Icon-reversed.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 0px 5px 0px;
}*/

/*.iconcontainer {
    width: 55%;
    margin: 0 auto;
}*/

.erroricon {
    background-image: url("/Content/Images/not_found.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: 0px 5px 5px 5px;
   
}
.socialIcons li a {
    background-image: url(/Content/images/sprite@2x.png);
    background-size: 500px;
}
.socialIcons {
text-align: left;
}
.socialIcons li {
    display: inline-block;
    height: 25px;
    width: 30px;
    margin: 10px 0;
}

    .socialIcons li a {
        display: block;
        width: 30px;
        height: 25px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .socialIcons li a.facebook {
            background-position: -67px -26px;
        }

            .socialIcons li a.facebook:hover {
                background-position: -67px -50px;
            }

        .socialIcons li a.twitter {
            background-position: -99px -26px;
        }

            .socialIcons li a.twitter:hover {
                background-position: -99px -26px;
            }
.socialIcons li a.youtube {
    background-position: -281px -31px;
    height: 31px;
    margin-left: 5px;
}

    .socialIcons li a.youtube:hover {
        background-position: -281px -56px;
    }

.socialIcons li a.linkedIn {
    background-position: -132px -26px;
}

    .socialIcons li a.linkedIn:hover {
    background-position: -132px -50px;
    }
.errormsgpart1, .errormsgpart2 {
width: 50%;
display: block;
margin: 30px auto 0;
color: #22323a;
font-size: 30px;
}
    .errormsgpart1 .green {
        color: #6641f8;
        font-size: 60px;
        font-weight: bold;
        display: block;
    }
.errormsgpart2 {
font-size: 18px;
}

.emptyBtn {
    color: #354046;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
   box-shadow: inset 0 0 0 1px #354046;

}

    .emptyBtn.greenBtn {
        color: #6641f8;
        box-shadow: inset 0 0 0 1px #6641f8;
    }
    .emptyBtn:hover {
        color: #FFF;
        background: #6641f8;
        box-shadow: inset 0 0 0 1px #6641f8!important;
    }
    .emptyBtn {
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.messageContent {
    margin-top: 80px;
}
.container {
margin-bottom: 80px;
}
        .logocontainer {
            position: absolute;
            top: 0;
            width: 100%;
        }

        .iconcontainer {
            position: fixed;
            bottom: 0;
            width: 100%;
        }

        .messageContent {
                margin-top: 150px;
        }

        .container {
            margin-bottom: 0;
        }
        .btncontanier{margin-bottom: 84px;}        
        .emptyBtn {
    width: 200px;
    margin: 10px 0;
}